ニュース

SQLite has an incredibly small footprint. The database itself, its DLLs and the complimentary diff and analyzer tools are less than 15 MB in size. It's perfect for small mobile devices, advanced ...
SQLiteのキホン SQLiteによるアプリケーションで最小限必要なSQLite-APIのセットはそれほど大きなものではありません。 主要なAPIを列挙すると、 データベースのopen/close sqlite3_open sqlite3_close SQL文の実行 sqlite3_prepare_v2 sqlite3_step sqlite3_finalize カラム値のバインドと取得 ...
サーバが“不要”なデータベース「SQLite」とは? オープンソースDB4選オープンソースデータベース12選【第3回】 ...
前回、UWPアプリのコードをAndroid/iOS/Webブラウザでも動かすというクロスプラットフォーム開発環境Uno Platformを紹介しました。今回は、Uno Platformで作った、SQLiteデータベースを使うサンプルアプリを紹介します。なんと、Webブラウザの中にもデータベースを置けるのです。Uno Platformによる ...
SQLiteは開発者からの指摘に対し、「『1つのページにつき200クエリ』が問題になるのは、MySQLやPostgreSQLといった、アプリケーションとデータベース ...
How to Use SQLite in Ubuntu. SQLite is a simple yet powerful embedded SQL database engine. Unlike other database systems, SQLite does not need to run on a server, and all information is stored in ...