Skip to content

Commit

Permalink
Support: Refactor insert_bulk to `sqlalchemy_cratedb.support.pandas…
Browse files Browse the repository at this point in the history
…` module
  • Loading branch information
amotl committed Jun 21, 2024
1 parent b9157e4 commit c3551b6
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 c3551b6

Please sign in to comment.