Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anchan828/nest-kysely
https://github.com/anchan828/nest-kysely
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anchan828/nest-kysely
- Owner: anchan828
- License: mit
- Created: 2023-10-03T11:08:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T11:19:36.000Z (7 months ago)
- Last Synced: 2024-05-23T07:50:40.109Z (7 months ago)
- Language: TypeScript
- Size: 1.1 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @anchan828/nest-kysely
![npm](https://img.shields.io/npm/v/@anchan828/nest-kysely.svg)
![NPM](https://img.shields.io/npm/l/@anchan828/nest-kysely.svg)Module for using [kysely](https://www.npmjs.com/package/kysely) with nestjs.
## Installation
```bash
$ npm i --save @anchan828/nest-kysely kysely
```## Quick Start
See [packages/kysely/README.md](packages/kysely/README.md)