Initial commit of Nim Fiber ORM

Initial code based on common db module developed as part of the Personal
Measure project.
This commit is contained in:
2019-12-25 18:07:23 -06:00
commit f84849ecde
4 changed files with 452 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.sw?
nimcache/