DBS v0.99 (Beta RC-1)
Mar. 17, 2025
Unstable release
Release note

Final Beta version (Closure of new feature & FA proposals).


New Features:

  • Security enhancement with Multi-Factor Authentication (TOTP).
  • Crypto-key management through DBS Command-Line Interface (CLI).
  • ALTER TABLE ADD COLUMN "AFTER column_name" DDL feature.
  • "TRUNCATE table_name" DDL feature.
  • Encryption.

Bug Fixes:

  • Threading model & performance stabilization.
  • Command parser optimization.
  • Import/Export CSV improvements.
  • Backup/Restore improvements.

DBS v0.88 (Beta 0)
Nov. 22, 2024
Unstable release
Release note

Final Alpha version.


New Features:

  • Standard TCP handlers (With SSL/TLS).
  • Implementation and consolidation of the security model.
  • Triggers implementation.
  • Operating improvements (Table move from tablespace to tablespace).
  • Window functions & lookup query plan high-improvement.
  • BLOB handling.
  • K-Anonymity technics.
  • Import/export (CSV, Excel).
  • Snapshot, backup & restore features.
  • And many, many, many enhancements...

Bug Fixes:

  • Tablespace consolidation.
  • Indexes optimization.
  • Error description improvements.

DBS v0.1
Aug. 30, 2023
Unstable release
Release note

First NCP version dedicated to PoC.


New Features:

  • Standard TCP handlers (No SSL/TLS).
  • Thread pooling.
  • Database structure.
  • Tablespace structure.
  • Tbls objects (Tables/Views/Columns).

Bug Fixes:

  • -