テクニカルジャーナル
QoreDB ブログ
QoreDB とモダン開発に関する記事、チュートリアル、ニュース。
81
件の記事が見つかりました
探す
最新記事
81件の記事

Why choose Rust for the backend of a database client
A desktop database client isn't just an interface sitting on top of a SQL driver. It's a process that…

QoreDB's universal data model: Namespace, Collection, Row
QoreDB talks to PostgreSQL, MySQL, MongoDB, SQLite, Redis, ClickHouse, SQL Server, CockroachDB and other…

Estimating Row Counts: Why COUNT(*) Isn't the Answer
In QoreDB's browser, every table in the sidebar shows an estimate of its row count. It's basic…

Maintenance Operations in QoreDB: VACUUM, ANALYZE, OPTIMIZE, REPAIR
VACUUM, ANALYZE, OPTIMIZE, REPAIR, CHECK, REINDEX, CLUSTER, compact, validate, integrity_check. Each…

Triggers and events: multi-driver management in QoreDB
Triggers and scheduled events are among the least portable schema objects from one engine to another. The…

Global Search (Cmd+K): universal navigation in QoreDB
A database client always ends up accumulating surfaces: the connections sidebar, the active tab, the…

Stored Procedures in QoreDB: Listing, Inspecting, and Dropping Without Reinventing the Engines
Stored functions and procedures have existed for a long time in relational databases. Each engine defines…

Foreign Key Peek: seeing relationships on cell hover
In a SQL client, reading a table full of foreign keys is frustrating. An author_id column shows 42, and…

QoreDB's i18n System: Internationalization Without a Heavy Framework
QoreDB is used by developers who don't all speak English, and by a community that contributes…