SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. The source code for SQLite is in the public domain and is thus free ...
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. The source code for SQLite is in the public domain and is thus free ...
SQLite Data Access Components, aka LiteDAC, is already available. Now, regardless of whether SQLite is used in desktop application or development of mobile applications for iPhone or iPad, programmers ...
Delphi以来の個人自作アプリ開発。これまでの「データ永続化」の手法を振り返ってみたい。大昔はiniファイルとか、レジストリとか使っていたような。その後ローカルのSQLiteに保存したりいろいろやった覚えが・・。一般にどんな手法が標準的だったのか ...