Skip to content

Releases: AnswerDotAI/fastasyncpg

v0.0.6

23 Mar 23:24

Choose a tag to compare

New Features

  • Add Database.qone method and refactor item to use it (#9)

v0.0.5

07 Mar 02:51

Choose a tag to compare

New Features

  • Add upserts, groupby methods; switch inserts/updates to executemany (#8)

v0.0.4

04 Mar 01:47

Choose a tag to compare

New Features

  • Add bulk inserts/updates methods with batched VALUES clauses (#7)
  • Add acquire/transaction context managers and from_meta for connection-scoped Database usage (#6)

v0.0.3

08 Feb 23:57

Choose a tag to compare

New Features

  • extract create_from_schema from create for raw SQL table creation (#4)

v0.0.2

07 Feb 05:06

Choose a tag to compare

New Features

  • Add named :param placeholders and attach _db to dataclass results (#3)

v0.0.1

07 Feb 01:33

Choose a tag to compare

New Features

  • Add ? placeholder support using sqlparse (#2)
  • Add .count and .delete_where to the Table class (#1), thanks to @ncoop57