QoreDB LogoQoreDB

テクニカルジャーナル

QoreDB ブログ

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

81

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

検索とフィルター

探す

最新記事

81件の記事

Virtual Relations: defining FKs where the database has none
Produit

Virtual Relations: defining FKs where the database has none

Not all databases declare their relations. MongoDB collections have no notion of a foreign key. SQL…

4分で読めます
How QoreDB handles query cancellation depending on the engine
Architecture

How QoreDB handles query cancellation depending on the engine

Cancelling a long-running query is a routine operation for a database client, but how it is carried out…

5分で読めます
QoreDB's Query Library: organizing your queries with folders and tags
Produit

QoreDB's Query Library: organizing your queries with folders and tags

After a few weeks of using a database client, you accumulate useful queries. The SELECT that joins three…

5分で読めます
The SQL Server Driver in QoreDB: Tiberius, the bb8 Pool, and OFFSET/FETCH Pagination
Architecture

The SQL Server Driver in QoreDB: Tiberius, the bb8 Pool, and OFFSET/FETCH Pagination

SQL Server remains one of the most widely deployed engines in the enterprise. Integrating it into a…

5分で読めます
The CockroachDB driver in QoreDB: PostgreSQL compatibility done right
Architecture

The CockroachDB driver in QoreDB: PostgreSQL compatibility done right

CockroachDB is a distributed SQL database that implements PostgreSQL's wire protocol. For a database…

4分で読めます
The Background Job Manager: Long Exports and Asynchronous Tasks
Architecture

The Background Job Manager: Long Exports and Asynchronous Tasks

Exporting five million rows to CSV, launching a pg_dump backup, aggregating a MongoDB stream through a…

6分で読めます
QoreDB's Security Model: Threats and Countermeasures
Security

QoreDB's Security Model: Threats and Countermeasures

Many discussions about the security of a database client start from the model of an online service, with…

5分で読めます
Automatic secret redaction in QoreDB
Security

Automatic secret redaction in QoreDB

A database client constantly handles information that should never be copied anywhere else: connection…

6分で読めます
QoreDB's Sandbox Mode: Testing Changes Without Touching the Database
Produit

QoreDB's Sandbox Mode: Testing Changes Without Touching the Database

Testing a change on a database before committing it is a routine part of a developer's day, yet it's…

4分で読めます