fiber-orm-nim/fiber_orm_nim.nimble
Jonathan Bernard f84849ecde Initial commit of Nim Fiber ORM
Initial code based on common db module developed as part of the Personal
Measure project.
2019-12-25 18:07:23 -06:00

14 lines
213 B
Nim

# Package
version = "0.1.0"
author = "Jonathan Bernard"
description = "Lightweight Postgres ORM for Nim."
license = "GPL-3.0"
srcDir = "src"
# Dependencies
requires "nim >= 1.0.4"