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 19, 2024
1 parent 5243ea1 commit e45b61a
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 e45b61a

Please sign in to comment.