ニュース

RailsのActiveRecordを理解するために、リレーショナルデータベース管理システム(RDBMS)やSQL(構造化クエリ言語)について勉強してみました。 そこで気がついたのは「SQLiteとSQLって別なんだ!」という事です。 • SQLite は リレーショナルデータベース管理システム(RDBMS) の製品のひとつ • SQL ...
今まで使っているMariaDBとDB Browser for SQLiteとの差などを今回は報告します。 はっきり言って、SQL文について勉強したり、Pythonとかの連携を勉強するには非常に便利かな。 しかし、データベースについては、やはりSQLiteは簡易版の感じが否めないかな。
“SQLite”のデータベースを管理できる「SQLite Database Browser」 CSV形式のデータやテキスト形式のSQL文を扱えるなど入出力機能も充実 ...
小型・高速・自己完結型で、フル機能のSQLデータベースエンジンを実装したC言語ライブラリであるSQLiteの開発チームは、最新バージョンとなる「SQLite 3.40.0」を、11月16日(現地時間)にリリースした。
「SQLite」のデータベースをGUIで操作できる高機能管理ソフト「PupSQLite」 テーブル内データの検索・置換や比較機能などを備えるほかインポート ...
SQLiteのデータベースをSQLiteManagerにより移行する場合の手順について解説します。SQLiteManagerのメニュー欄にはエクスポートはありますが、インポートがないのでエクスポートにより作成したSQL文を実行することによりデータを移行します。 *テーブル単位で移行する場合は こちらの記事 をご ...
As the sqlite.org Web site advertises, SQLite is a software library that implements a self-contained, server-less, zero-configuration, transactional SQL database engine.
SQLite has an extremely easy-to-use API that requires only three functions with which to execute SQL and retrieve data. It is extensible, allowing the programmer to define custom functions and ...
Increasing SQLITE_MAX_VARIABLE_NUMBER involves recompiling SQLite. If you are on OS X or Ubuntu the lib should be compiled with significantly higher limits by default.
As a SQLite user, I want PhotoPrism not to throw a "too many SQL variables" error when optimizing the index during or after indexing. This probably happens somewhere ...