you will find some examples in the documentation for instance 
[https://nim-lang.org/docs/db_sqlite.html](https://nim-lang.org/docs/db_sqlite.html).
 If you like to start with a relational db just choose sqlite. At the moment I 
am wrapping ODPI-C - it's almost done.You may take a look at: 
[https://github.com/mikra01/nimodpi](https://github.com/mikra01/nimodpi) 
(mainly done with nimterop). A popular db-engines ranking site is for instance: 
[https://db-engines.com/en/ranking](https://db-engines.com/en/ranking) with 
lots of additional information.. 

Reply via email to