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

Make .close method public #40

Closed kaykay-dv closed 1 year ago

kaykay-dv commented 1 year ago

Currently the method to close an active sqlite3 connection is marked private. It should be made public, with the old _close method being still available for backwards compatibility reasons.

kaykay-dv commented 1 year ago

Implemented in 0.12