QoreDB LogoQoreDB

Technisches Journal

Der QoreDB Blog

Artikel, Tutorials und Neuigkeiten über QoreDB und moderne Entwicklung.

81

gefundene Artikel

Suche und Filter

Entdecken

Neueste Artikel

81 Artikel

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 Min. Lesezeit
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 Min. Lesezeit
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 Min. Lesezeit
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 Min. Lesezeit
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 Min. Lesezeit
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 Min. Lesezeit
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 Min. Lesezeit
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 Min. Lesezeit
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 Min. Lesezeit