Skip to content

Commit

Permalink
database - rewrite database from scratch to be simpler and easier to use
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCampinoti94 committed Oct 17, 2024
1 parent 972212d commit e585513
Show file tree
Hide file tree
Showing 10 changed files with 620 additions and 1,658 deletions.
7 changes: 1 addition & 6 deletions acacore/database/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
from . import upgrade
from .base import Column
from .base import model_to_columns
from .base import SelectColumn
from .base import Table
from .files_db import FileDB
from .files_db import FilesDB
Loading

0 comments on commit e585513

Please sign in to comment.