Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 313 Bytes

RELEASES.md

File metadata and controls

10 lines (8 loc) · 313 Bytes

Releases

0.0.3 (2024-12-22)

  • Now every table could have it's own storage provider
  • Added structs MemoryStorageProvider for in-memory tables
  • Begin groundwork on the Database struct
  • Big optimizations to I/O, significantly reduced
  • Added sync_all then writing or appending data
  • Code refactoring