gws.tools.sqlite

Wrapper for sqlite3.

The wrapper provides some reasonable defaults for sqlite3 connections and ensures that modify operations do not fail because of locking.

gws.tools.sqlite.connect(database) → gws.tools.sqlite._ConnectionWrapper[source]