Will Ernst
Will Ernst
This PR adds a db adapter for [Triplit](https://triplit.dev), a realtime database that runs on both the browser and server. We're big fans of next auth and have been using it...
Certain APIs dont have easily accessible query builders. They dont really use a lot of state, so we could export them to make them accessible. Or add a `query` api...
Moving discussion of RN specific support from [this issue](https://github.com/aspen-cloud/triplit/issues/36) to here.
Example: ``` const client = new RemoteClient({ schema }); const result = await client.fetch({ collectionName: 'todos', }); // Result is Map ``` I think we need to properly type the...
Although I can hook into the connection state, I don't have much information as to WHY a client cannot connect. For example, I may have a malformed connection token, but...
Example: The inferred type of 'schema' cannot be named without a reference to '../node_modules/@triplit/db/dist/types/data-types/boolean'. This is likely not portable. A type annotation is necessary.