Skip to content

Commit 4cf0208

Browse files
committed
revert to sqlite-utils
1 parent df638d2 commit 4cf0208

File tree

6 files changed

+3
-4113
lines changed

6 files changed

+3
-4113
lines changed

fastlite/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
__version__ = "0.0.4"
2-
from .utils import suggest_column_types
3-
from .db import *
42
from .core import *
53
from .kw import *
64

fastlite/_modidx.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,4 @@
4343
'fastlite.core.all_dcs': ('core.html#all_dcs', 'fastlite/core.py'),
4444
'fastlite.core.create_mod': ('core.html#create_mod', 'fastlite/core.py'),
4545
'fastlite.core.diagram': ('core.html#diagram', 'fastlite/core.py')},
46-
'fastlite.db': {},
47-
'fastlite.kw': {},
48-
'fastlite.utils': {}}}
46+
'fastlite.kw': {}}}

0 commit comments

Comments
 (0)