0
所以我們希望直接從源代碼使用SQL lite(主要是因爲我們創建了一個跨平臺的開源應用程序,並且有no crossplatfrom lib distributions of SQL LITE)所以我們下載sqlite-amalgamation並從中創建一個簡單的靜態庫。我們包含sqlite3.h和sqlite3ext.h到我們的項目文件,而不是什麼 - 如何創建一個簡單的數據庫文件,並填寫它的任何領域?從源文件使用SQL lite - 如何創建一個DB文件並將其放入一些數據?
Emm,'sqlite3_open()'和'sqlite3_exec()'怎麼樣? – sharptooth 2011-04-13 10:34:00
[SQLite C/C++接口介紹](http://www.sqlite.org/cintro.html) – 2011-04-13 10:38:05
您可能還想看看sqlite的Berkeley DB實現。我使用跨平臺(Ubuntu/Windows),在某些情況下,它可能會[更快](http://stackoverflow.com/questions/2824135/how-fast-is-berkeley-db-sql-compared-to -SQLite/2860892#2860892)。 – fnokke 2011-04-13 11:41:28