@adonisjs/lucid

v19.0.0-1
SQL ORM built on top of Active Record pattern

lint

eslint . --ext=.ts

test

c8 npm run test:docker

build

npm run compile

clean

del-cli build

format

prettier --write .

compile

npm run lint && npm run clean && tsc

pretest

npm run lint

release

np

test:pg

DB=pg node --enable-source-maps --loader=ts-node/esm ./bin/test.js

version

npm run build

typecheck

tsc --noEmit

test:mssql

DB=mssql node --enable-source-maps --loader=ts-node/esm ./bin/test.js

test:mysql

DB=mysql node --enable-source-maps --loader=ts-node/esm ./bin/test.js

postcompile

npm run copy:templates && npm run index:commands

sync-labels

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

test:docker

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

test:sqlite

DB=sqlite node --enable-source-maps --loader=ts-node/esm ./bin/test.js

copy:templates

copyfiles "stubs/**/**/*.stub" build

index:commands

adonis-kit index build/commands

prepublishOnly

npm run build

test:mysql_legacy

DB=mysql_legacy node --enable-source-maps --loader=ts-node/esm ./bin/test.js

test:better_sqlite

DB=better_sqlite node --enable-source-maps --loader=ts-node/esm ./bin/test.js
npm i @adonisjs/[email protected]

Metadata

  • MIT
  • >=18.16.0
  • virk,adonisjs
  • released 9/20/2023

Downloads