core/sqlite: extract immutable connection helper

use in bluemaestro/zotero modules
This commit is contained in:
Dima Gerasimov 2021-04-04 22:21:41 +01:00 committed by karlicoss
parent 349ab78fca
commit f2a339f755
4 changed files with 41 additions and 12 deletions

View file

@ -20,4 +20,5 @@ from my.core.freezer import *
from my.core.stats import *
from my.core.query import *
from my.core.serialize import test_serialize_fallback
from my.core.sqlite import *
from my.core.__main__ import *