moigagoo / norm

A Nim ORM for SQLite and Postgres
https://norm.nim.town
MIT License
381 stars 34 forks source link

version bump lowdb #192

Closed PhilippMDoerner closed 1 year ago

PhilippMDoerner commented 1 year ago

lowdb 0.2.1 provides a bugfix that otherwise makes norm not work with 2.0.0 well. The requires statement in lowdb 0.2.0 fails to import db_connector for nim 2.0.0. 0.2.1 fixes that.

Here the relevant commit on lowdb: https://github.com/PhilippMDoerner/lowdb/commit/79874876914ba8f013b1ba845ffe06bab8a55c43