Mito: An ORM for Common Lisp

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • mito

    An ORM for Common Lisp with migrations, relationships and PostgreSQL support (by fukamachi)

  • Mito is an object relational mapper for Common Lisp created by Eitaro Fukamachi. It supports MySQL, PostgreSQL and SQLite3. It automatically adds id (serial/uuid primary key), created_at and updated_at by default like Ruby's ActiveRecord. It also provides support for Migrations and DB schema versioning.

  • caveman

    Lightweight web application framework for Common Lisp.

  • We are going to walk through the examples by building an online Warehouse management system using Caveman

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • sxql

    An SQL generator for Common Lisp.

  • You can build custom queries like this in Mito with sxql.

  • cl-warehouse

    A sample Warehouse management app in Common Lisp

  • The source code for this demo application is hosted in Github. You can always refer back to the original code if you feel any gaps in the code snippets in this post.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts