📄 readme.txt
字号:
This folder contains the amalgamation (a10n) of SQLite3 >= 3.3.14
In order to use tcc to on-the-fly compile and execute it, do
<Linux>
tcc -Dsqlite3_main=main sqlite3.c -run [db_file_name [sql_text]]
Unfortunately, this bombs on Win32, but it is possible to
build a self-contained SQLite3 shell with this command line
<Win32>
..\..\tcc -Dsqlite3_main=main -o sqlite3.exe sqlite3.c -lkernel32
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -