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 分钟阅读