@adonisjs/lucid

v11.0.0
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

format

prettier --write .

compile

npm run lint && npm run clean && tsc && npm run copyfiles

pretest

npm run lint

release

np

test:pg

DB=pg node japaFile.js

version

npm run build

copyfiles

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

test:mssql

DB=mssql node japaFile.js

test:mysql

DB=mysql node japaFile.js

sync-labels

github-label-sync --labels ./node_modules/@adonisjs/mrm-preset/gh-labels.json adonisjs/lucid

test:docker

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

test:sqlite

DB=sqlite node japaFile.js

test:mysql_legacy

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

Metadata

  • MIT
  • Whatever
  • virk,adonisjs
  • released 2/20/2021

Downloads