Skip to content

Commit a5e05d0

Browse files
committed
Support: Refactor insert_bulk to sqlalchemy_cratedb.support.pandas module
1 parent 9cec913 commit a5e05d0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from sqlalchemy_cratedb.support.pandas import insert_bulk
2+
3+
__all__ = [
4+
insert_bulk,
5+
]
File renamed without changes.

0 commit comments

Comments
 (0)