Skip to content

Commit

Permalink
Add schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuele Guidotti committed Jul 19, 2024
1 parent 569c439 commit 5ee50ad
Show file tree
Hide file tree
Showing 3 changed files with 925 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bornrule/sql/born.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import pandas as pd
from collections import defaultdict
from schema import Schema, Or

try:
from sqlalchemy import create_engine, String, Integer
Expand All @@ -10,6 +9,7 @@
"SQLAlchemy required but not installed. "
"Please install SQLAlchemy with e.g. -> pip install sqlalchemy")

from .schema import Schema, Or
from .database import Query
from .sqlite import SQLite
from .postgresql import PostgreSQL
Expand Down
Loading

0 comments on commit 5ee50ad

Please sign in to comment.