A simple way to to batch operations on databases
Project description
Tanker goal is to allow easy batch operations without compromising database modeling. For pandas users, it’s like DataFrame.to_sql on steroids.
Currently Postgresql and Sqlite are supported. There is also optional support for pandas DataFrames.