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

Feature Request: tableExists method #31

Closed jarethuk closed 4 years ago

jarethuk commented 4 years ago

Hi,

Liking the module so far. Would really appreciate either a function for checking if the table exists or a change to the createTable method where if the table already exists it is counted as a success as that is the goal.

Thanks

jarethuk commented 4 years ago

Nevermind. Found it in the code :)