This is a port of sqlite-net http://code.google.com/p/sqlite-net to Microsoft .Net Compact Framework. Compact Framework has some interop limitations so it can not run ...
「SQLite」データベースをGUIで閲覧・作成・編集できるアプリ「PupSQLite」v2.0.0.0が、8月28日に公開された。10年以上の開発歴を持つアプリで、SQL分の実行や暗号化、差分表示、重複レコードの抽出などにも対応する多機能性が魅力だ。「Access」や「Excel」、「SQL ...
Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. This article dives into the happens-before ...
アプリケーションを開発するにあたり、データベースに情報を格納したい場面が多く発生します。データベースを用いた開発には関係データベースマネジメントシステム(Relational DataBase Management System:RDBMS)というデータベースの構築や管理を行う ...
前回紹介したように、 昨年末に64ビット版 (x86_ 64) のPlamo64-1. 0を公開した後、 年明けからは32ビット版 (x86) のパッケージを追従させる作業にかかっています。 前回の最後では、 ここ数ヶ月のうちにx86用のパッケージを揃えてしまいたいと書きましたが ...
SQLite (and most databases) store data in disk-block-sized pages, usually 4KB, which helps make reads and writes as fast as possible. Normally developers interact with databases on the "schema level" ...
データベース選びって、プロジェクトの初期段階ですごく重要だけど、ちょっと専門的で「うーん、どっちがいいの?」って悩んじゃうこと、ありますよね。特にSQLiteとMySQL、名前は似てるけど実は全然キャラクターが違うんです。 今回は、そんなあなたの ...