Our great sponsors
-
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.
-
We are going to walk through the examples by building an online Warehouse management system using Caveman
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
You can build custom queries like this in Mito with sxql.
-
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.