feat: add ability for data to be persisted onto disk #5

Open
opened 2026-07-25 18:46:42 +00:00 by TakshakRamteke · 0 comments
Owner

SQLite stores all it's data onto a .db file,
In godb, right now all the data being inserted via "insert" is stored in the memory
add the functionality to make it so that all the data is stored onto a .godb file on the disk

SQLite stores all it's data onto a .db file, In godb, right now all the data being inserted via "insert" is stored in the memory add the functionality to make it so that all the data is stored onto a .godb file on the disk
TakshakRamteke added the enhancement label 2026-07-25 18:46:42 +00:00
TakshakRamteke added a new dependency 2026-07-26 16:28:08 +00:00
TakshakRamteke removed a dependency 2026-07-26 16:28:18 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: TakshakRamteke/godb#5