kaykay-dv / pocketsearch

A simple full-text search library for Python using SQLite and its FTS5 extension
https://pocketsearch.readthedocs.io/en/latest/
MIT License
1 stars 0 forks source link

Support connection for multiple concurrent in-memory databases #56

Closed kaykay-dv closed 8 months ago

kaykay-dv commented 8 months ago

Currently, only one in-memory database is allowed once a process is started. If another in-memory database is created, a connection timeout is raised as the first connection has to be closed.