An open API service indexing awesome lists of open source software.

https://github.com/lanterndata/lantern-js

JavaScript/Typescript ORMs for Lantern Vector Database
https://github.com/lanterndata/lantern-js

database drizzle-orm javascript knex postgres postgresql sequelize typescript vector

Last synced: about 1 year ago
JSON representation

JavaScript/Typescript ORMs for Lantern Vector Database

Awesome Lists containing this project

README

          

# Lantern JavaScript / TypeScript Clients

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

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

## 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).