QoreDB LogoQoreDB

テクニカルジャーナル

QoreDB ブログ

QoreDB とモダン開発に関する記事、チュートリアル、ニュース。

81

件の記事が見つかりました

検索とフィルター

探す

最新記事

81件の記事

Why choose Rust for the backend of a database client
Architecture

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…

6分で読めます
QoreDB's universal data model: Namespace, Collection, Row
Architecture

QoreDB's universal data model: Namespace, Collection, Row

QoreDB talks to PostgreSQL, MySQL, MongoDB, SQLite, Redis, ClickHouse, SQL Server, CockroachDB and other…

4分で読めます
Estimating Row Counts: Why COUNT(*) Isn't the Answer
Architecture

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…

4分で読めます
Maintenance Operations in QoreDB: VACUUM, ANALYZE, OPTIMIZE, REPAIR
Produit

Maintenance Operations in QoreDB: VACUUM, ANALYZE, OPTIMIZE, REPAIR

VACUUM, ANALYZE, OPTIMIZE, REPAIR, CHECK, REINDEX, CLUSTER, compact, validate, integrity_check. Each…

5分で読めます
Triggers and events: multi-driver management in QoreDB
Produit

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…

4分で読めます
Global Search (Cmd+K): universal navigation in QoreDB
Produit

Global Search (Cmd+K): universal navigation in QoreDB

A database client always ends up accumulating surfaces: the connections sidebar, the active tab, the…

5分で読めます
Stored Procedures in QoreDB: Listing, Inspecting, and Dropping Without Reinventing the Engines
Produit

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…

5分で読めます
Foreign Key Peek: seeing relationships on cell hover
Produit

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…

5分で読めます
QoreDB's i18n System: Internationalization Without a Heavy Framework
Produit

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…

4分で読めます