You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a small easy-to-use component for working with a database. It provides some public methods to compose SQL queries and manipulate data. Each SQL query is prepared and safe. QueryBuilder fetches data to _list_ by default. At present time the component supports SQLite (file or memory).
@@ -21,7 +21,7 @@ The module is available as open source under the terms of the [MIT license](http
21
21
Install the current version with [PyPI](https://pypi.org/project/simple-query-builder):
0 commit comments