ニュース

Using SQLite within in a Windows Store App takes a little work to get set up. But once things are set up, you have a fast and lightweight relational database to leverage within your application. If ...
SQLiteがWindows RT、Windows 8 Metroアプリをサポートした。Windows Phone 8でもローカルアプリケーションのストレージとしてサポートされるようだ。
The Windows Runtime stack is currently lacking a local relational database from Microsoft. Never fear, because SQLite is freely available and up to the task. Today I'll be covering how to use SQLite ...
「Lita」は、軽量データベースエンジン「SQLite」のデータベースをGUIで管理できるソフト。Windowsなどに対応するフリーソフトで、編集部にてWindows ...
WindowsシステムでもLinuxシステムでも、SQLiteのインストールは非常に簡単です。 必要な作業は、ダウンロードしたアーカイブ(単体のバイナリファイル)の内容を、自分の選んだディレクトリ(原則的にはデフォルトのシステムパスに指定済みのもの)に展開することだけです。
Output SQLite Results to a Text File. SQLite is a database solution that allows you to store data in mobile devices. Android and Apple use SQLite to store data, but you can also use the database ...
SQLiteは開発者からの指摘に対し、「『1つのページにつき200クエリ』が問題になるのは、MySQLやPostgreSQLといった、アプリケーションとデータベース ...