cl-mito
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.
- Versions: 0.2.0-4.10c22b6
- 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 the latest version of cl-mito as follows:
guix install cl-mito
Or install a particular version:
guix install cl-mito@0.2.0-4.10c22b6
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.
Badge code
You can use the following badge to inform users of cl-mito about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/cl-mito'><img src='https://packages.guix.gnu.org/packages/cl-mito/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/cl-mito)
Example Org:
[[https://packages.guix.gnu.org/packages/cl-mito][https://packages.guix.gnu.org/packages/cl-mito/badges/latest-version.svg]]