UNPKG

1.82 kBMarkdownView Raw
1<div align="center">
2 <img src="https://res.cloudinary.com/adonisjs/image/upload/q_100/v1558612869/adonis-readme_zscycu.jpg" width="600px">
3</div>
4
5<br />
6
7<div align="center">
8 <h3>SQL ORM</h3>
9 <p>Lucid is the official SQL ORM for AdonisJS. It comes with an Active Record ORM, Query Builder, Migrations, Seeds and Factories</p>
10</div>
11
12<br />
13
14<div align="center">
15
16[![gh-workflow-image]][gh-workflow-url] [![typescript-image]][typescript-url] [![npm-image]][npm-url] [![license-image]][license-url] [![synk-image]][synk-url]
17
18</div>
19
20<div align="center">
21 <h3>
22 <a href="https://adonisjs.com">
23 Website
24 </a>
25 <span> | </span>
26 <a href="https://docs.adonisjs.com/guides/database/introduction">
27 Guides
28 </a>
29 <span> | </span>
30 <a href="CONTRIBUTING.md">
31 Contributing
32 </a>
33 </h3>
34</div>
35
36<div align="center">
37 <sub>Built with ❤︎ by <a href="https://twitter.com/AmanVirk1">Harminder Virk</a>
38</div>
39
40[gh-workflow-image]: https://img.shields.io/github/workflow/status/adonisjs/lucid/test?style=for-the-badge
41[gh-workflow-url]: https://github.com/adonisjs/lucid/actions/workflows/test.yml "Github action"
42
43[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
44[typescript-url]: "typescript"
45
46[npm-image]: https://img.shields.io/npm/v/@adonisjs/lucid/latest.svg?style=for-the-badge&logo=npm
47[npm-url]: https://www.npmjs.com/package/@adonisjs/lucid/v/latest "npm"
48
49[license-image]: https://img.shields.io/npm/l/@adonisjs/lucid?color=blueviolet&style=for-the-badge
50[license-url]: LICENSE.md "license"
51
52[synk-image]: https://img.shields.io/snyk/vulnerabilities/github/adonisjs/lucid?label=Synk%20Vulnerabilities&style=for-the-badge
53[synk-url]: https://snyk.io/test/github/adonisjs/lucid?targetFile=package.json "synk"