@adonisjs/lucid

v7.4.1
SQL ORM built on top of Active Record pattern

mrm

mrm --preset=@adonisjs/mrm-preset

lint

eslint . --ext=.ts

test

docker-compose -f docker-compose.yml -f docker-compose-test.yml build && docker-compose -f docker-compose.yml -f docker-compose-test.yml run --rm test

build

npm run compile

clean

del build

commit

git-cz

compile

npm run lint && npm run clean && tsc && npm run copy:files

pretest

npm run lint

release

np

test:pg

DB=pg node japaFile.js

version

npm run build

copy:files

copyfiles "templates/**/*.txt" build

test:mysql

DB=mysql node japaFile.js

test:docker

npm run test:sqlite && npm run test:mysql && npm run test:pg

test:sqlite

DB=sqlite node japaFile.js
npm i @adonisjs/[email protected]

Metadata

  • MIT
  • Whatever
  • virk,adonisjs
  • released 1/13/2020

Downloads