cl-mito 0.2.0-4.10c22b6
ORM for Common Lisp with migrations and relationships support
Mito is yet another object relational mapper, and it aims to be a successor of Integral.
Support MySQL, PostgreSQL and SQLite3.
Add id (serial/uuid primary key), created_at and updated_at by default like Ruby's ActiveRecord.
Migrations.
Database schema versioning.
- Outputs:
out - Website: https://github.com/fukamachi/mito
- Licenses: LLGPL
- Package source: gnu/packages/lisp-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install cl-mito 0.2.0-4.10c22b6 as follows:
guix install cl-mito@0.2.0-4.10c22b6
Or install the latest version:
guix install cl-mito
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.