montydb icon indicating copy to clipboard operation
montydb copied to clipboard

asyncio support

Open madeinoz67 opened this issue 3 years ago • 2 comments

Thanks for this package, just starting to use in my OS project and would like to see async supported.

I know ultimately its accessing a file locally, however this has been done in a similar fashion with sqlite using the aiosqlite driver.

madeinoz67 avatar Jul 05 '21 08:07 madeinoz67

Would be nice, even just a 'fake' asyncio interface so that montydb can be used instead of motor in testing.

jorants avatar Jul 05 '21 12:07 jorants

Thanks, this would be the next goal once #26, #27, #38 are resolved. :)

References:

  • https://github.com/omnilib/aiosqlite
  • https://github.com/mongodb/motor

davidlatwe avatar Jul 06 '21 14:07 davidlatwe