alexiusacademia / electron-db

Electron module that acts as database management and uses flat file database (json file) to store tables.
MIT License
87 stars 24 forks source link

Checks if Id was provided before insert #45

Closed sihamouda closed 8 months ago

sihamouda commented 8 months ago

Context:

I faced some errors while using timestamps on my Windows machine and I thought about using incremental numbers.

The idea is to give flexibility to the developer to choose the Id logic preferred.