Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trs/nestjs-surrealdb
NestJS wrapper for SurrealDB
https://github.com/trs/nestjs-surrealdb
hacktoberfest
Last synced: 10 days ago
JSON representation
NestJS wrapper for SurrealDB
- Host: GitHub
- URL: https://github.com/trs/nestjs-surrealdb
- Owner: trs
- Created: 2022-09-17T18:22:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T04:41:26.000Z (8 months ago)
- Last Synced: 2024-09-21T13:44:39.946Z (about 2 months ago)
- Topics: hacktoberfest
- Language: TypeScript
- Homepage:
- Size: 45.9 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SurrealDB for NestJS
## Install
```sh
npm install nestjs-surrealdb surrealdb.js
# or
yarn add nestjs-surrealdb surrealdb.js
```