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

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

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
```