# lantern-js

[lantern](https://github.com/lanterndata/lantern) support for JavaScript/Typescript ORMs.

[![Test Status](https://github.com/lanterndata/lantern-js/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/lanterndata/lantern-js/actions) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)

## Installation

Run:

```sh
npm install lanterndata
```

Observe the guidelines for your ORM database library.

- [Knex](/src/knex/README.md)
- [Kysely](/src/kysely/README.md)
- [Sequelize](/src/sequelize/README.md)
- [TypeORM](/src/typeorm/README.md)
- [Mikro-ORM](/src/mikro-orm/README.md)
- [Objection.js](/src/objection/README.md)
- [Drizzle-ORM](/src/drizzle-orm/README.md)

## Contributing

See [CONTRIBUTING.md](/CONTRIBUTING.md).
