dpapathanasiou / simple-graph

This is a simple graph database in SQLite, inspired by "SQLite as a document database"
MIT License
1.4k stars 86 forks source link

Allow for proper closing of the db in case atomic throws an exception #18

Closed rajarshi closed 1 year ago

dpapathanasiou commented 1 year ago

Hi @rajarshi and thank you for catching this!

Could you add a corresponding unit test? (i.e., just try using the same id twice, along the lines of how you discovered it)

I'll be happy to approve this, and merge it to main.

rajarshi commented 1 year ago

Thanks @dpapathanasiou - I've added a test case