We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
insert_bulk
sqlalchemy_cratedb.support.pandas
1 parent 9cec913 commit a5e05d0Copy full SHA for a5e05d0
src/sqlalchemy_cratedb/support/__init__.py
@@ -0,0 +1,5 @@
1
+from sqlalchemy_cratedb.support.pandas import insert_bulk
2
+
3
+__all__ = [
4
+ insert_bulk,
5
+]
src/sqlalchemy_cratedb/support.py renamed to src/sqlalchemy_cratedb/support/pandas.py
0 commit comments