Regarding "good" database integration - the question of a higher-level database interface than the existing [db](https://forum.nim-lang.org/postActivity.xml#db) worth an own thread. An important question is what query language should be used - SQL or something better suited for Nim? (Compare Java with JDBC/SQL vs. JPA/JPQL).
I've written a Nim interface **nidurodb** to the non-SQL RDBMS DuroDBMS which uses a relational algebra. IMHO it integrates nicely with Nim, but it may be considered too exotic compared to SQL.
