- Database Adapter
Concept: submodule of ActiveRecord,implements methods upon Nim std db libs.
Implementation: https://github.com/bung87/db_adapter - Relational Algebra
Concept:Relational Algebra
Implementation: https://github.com/itsumura-h/nim-allographer - ActiveRecord
Concept: build upon Database Adapter and Relational Algebra, provide methods for web framework core and scaffold.
- provide methods manage schemas.
- provide methods manage migration.
- provide methods manage fixtures.