README
SQL ORM
Lucid is the official SQL ORM for AdonisJS. It comes with an Active Record ORM, Query Builder, Migrations, Seeds and Factories
Built with ❤︎ by Harminder Virk
SQL ORM built on top of Active Record pattern
<script type="module">
import adonisjsLucid from 'https://cdn.skypack.dev/@adonisjs/lucid';
</script>
Lucid is the official SQL ORM for AdonisJS. It comes with an Active Record ORM, Query Builder, Migrations, Seeds and Factories