QoreDB LogoQoreDB

テクニカルジャーナル

QoreDB ブログ

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

81

件の公開記事

検索とフィルター

注目の記事

探す

最新記事

81件の記事

QoreDB's theming system: native dark mode, no framework
Produit

QoreDB's theming system: native dark mode, no framework

A desktop database client stays open for hours. It is often the first window launched in the morning and…

5分で読めます
The DataEngine trait: one Rust interface for sixteen engines
Architecture

The DataEngine trait: one Rust interface for sixteen engines

QoreDB talks to sixteen database engines: PostgreSQL, MySQL, MariaDB, SQL Server, MongoDB, Redis, SQLite,…

4分で読めます
Pagination in QoreDB: OFFSET/LIMIT and Its Real Limits
Architecture

Pagination in QoreDB: OFFSET/LIMIT and Its Real Limits

A production table does not fit inside a window. Past a few tens of thousands of rows, loading it in one…

4分で読めます
Multi-statement execution in QoreDB: running a whole SQL script
Produit

Multi-statement execution in QoreDB: running a whole SQL script

A developer pastes a three-statement script into the editor, separated by semicolons: a CREATE TABLE, an…

4分で読めます
How connection testing works in QoreDB
Architecture

How connection testing works in QoreDB

Before saving a connection, you want to know whether it works. QoreDB's "Test Connection" button answers…

4分で読めます
SSL/TLS in QoreDB: one shared configuration, one behavior per engine
Security

SSL/TLS in QoreDB: one shared configuration, one behavior per engine

Encrypting a database connection looks like a single problem, but every engine exposes it differently.…

4分で読めます
The MongoDB driver in QoreDB: BSON, collections, and what stays out of reach
Architecture

The MongoDB driver in QoreDB: BSON, collections, and what stays out of reach

Bringing MongoDB into a desktop client raises a problem relational engines don't have: there is no…

5分で読めます
SQLx in QoreDB: an async pool, without the compile-time queries
Architecture

SQLx in QoreDB: an async pool, without the compile-time queries

SQLx built its reputation on a strong idea: SQL queries checked at compile time, against a real database,…

3分で読めます
Newsletter

最新情報をお届けします

ニュースレターに登録して、リリース情報、新しいドライバー、技術チュートリアルを受け取りましょう。

🎁 特典:SQL パフォーマンス チートシートを進呈 — 全 9 ページ、PostgreSQL / MySQL / SQLite(PDF)!