Svelte Hacker News logo
  • top
  • new
  • show
  • ask
  • jobs
  • about

Show HN: A Python library for simple and fast SQL UPSERT (Insert/Update/Delete)

github.com

2 points by pavel9sobolev 3 days ago

This library is a simple interface for SQL Insert/Update/Delete (via temporary table) with advanced features: automatic table/field creation, audit timestamps, smart deletion, materializing "heavy" views. It is written based on SQLAlchemy and tested on PostgreSQL, MariaDB, SQLite and SQL Server.