Skip to content

Commit

Permalink
Refactor insert_bulk to sqlalchemy_cratedb.support.pandas submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jun 18, 2024
1 parent 0d85bfe commit 4d922f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/sqlalchemy_cratedb/support/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from sqlalchemy_cratedb.support.pandas import insert_bulk

__all__ = [
insert_bulk,
]
File renamed without changes.

0 comments on commit 4d922f7

Please sign in to comment.