All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Implement
insert_manyandinsert_many_tx. PR #22.
- Rename
ArgstoJobArgsand addJobArgsWithInsertOptsprotocol. PR #20.
- Add usage instructions README, add job state constants, and change return value of
insert_many()andinsert_many_tx()to an integer instead of a list of jobs. PR #19.
- Fix
pyproject.tomldescription and add various URLs like to homepage, docs, and GitHub repositories. PR #18.
- Initial release, supporting insertion through SQLAlchemy and its underlying Postgres drivers like
psycopg2orasyncpg(for async).