QoreDB LogoQoreDB

Diario tecnico

Il Blog di QoreDB

Articoli, tutorial e notizie su QoreDB e lo sviluppo moderno.

81

articoli trovati

Ricerca e filtri

Esplora

Ultimi articoli

81 articoli

Sandbox Mode: Testing Changes Without Touching the Database
Produit

Sandbox Mode: Testing Changes Without Touching the Database

When working on an existing database, you often need to test a series of changes before applying them.…

5 min di lettura
The Interactive ER Diagram: Visualizing a Relational Schema
Produit

The Interactive ER Diagram: Visualizing a Relational Schema

A database client must show the relationships between tables as clearly as their content. When you're…

5 min di lettura
Full-Text Search in QoreDB: Scanning Every Table in a Database
Produit

Full-Text Search in QoreDB: Scanning Every Table in a Database

When you're working on a database you don't know well yet, or when you're looking for a specific value…

5 min di lettura
Resilient Connections in QoreDB: Health Checks and SSH Reconnection
Architecture

Resilient Connections in QoreDB: Health Checks and SSH Reconnection

A database connection can drop for dozens of reasons: a network timeout, an SSH tunnel going down, a…

3 min di lettura
Why QoreDB Doesn't Emulate Features a Database Engine Lacks
Vision

Why QoreDB Doesn't Emulate Features a Database Engine Lacks

When you build a database client that supports multiple engines, one temptation keeps coming back:…

5 min di lettura
The Universal Query Interceptor: hooks, profiling and prevention
Architecture

The Universal Query Interceptor: hooks, profiling and prevention

A database client runs queries. Lots of queries. In development, in staging, in production. Some are…

5 min di lettura
Tauri 2 as a Desktop Runtime: Choices, Constraints, Benefits
Architecture

Tauri 2 as a Desktop Runtime: Choices, Constraints, Benefits

Building a desktop database client in 2025 means choosing a runtime. Electron dominates the segment: VS…

4 min di lettura
The Visual Data Diff: comparing Prod and Staging side by side
Produit

The Visual Data Diff: comparing Prod and Staging side by side

When you work with several database environments, one question comes up often: does the data in staging…

5 min di lettura
Exporting Your Data as CSV, JSON, SQL, HTML, XLSX, and Parquet
Produit

Exporting Your Data as CSV, JSON, SQL, HTML, XLSX, and Parquet

Exporting data from a database client seems trivial. In practice, it's an engineering problem that…

5 min di lettura