https://github.com/idevelopthings/surrealdb-client-ts
Slightly modified version of the official surrealdb client
https://github.com/idevelopthings/surrealdb-client-ts
Last synced: 3 months ago
JSON representation
Slightly modified version of the official surrealdb client
- Host: GitHub
- URL: https://github.com/idevelopthings/surrealdb-client-ts
- Owner: iDevelopThings
- Created: 2023-01-17T17:00:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T04:30:41.000Z (over 2 years ago)
- Last Synced: 2024-11-24T19:59:34.498Z (6 months ago)
- Language: TypeScript
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### A slightly modified version of the official client
This is mainly to expose some parts of the lib, by default they're private
Also, handling connection errors if it's not possible to connect to the host, is impossible in the official lib.
```shell
npm install @idevelopthings/surrealdb-client-ts
```