We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db05b3 commit 15daf1aCopy full SHA for 15daf1a
docs/overview.md
@@ -276,7 +276,7 @@ import { initClient } from "trailbase"
276
const trailBaseClient = initClient(`https://trailbase.io`)
277
278
export const todoCollection = createCollection<SelectTodo, Todo>(
279
- electricCollectionOptions({
+ trailBaseCollectionOptions({
280
id: "todos",
281
recordApi: trailBaseClient.records(`todos`),
282
getKey: (item) => item.id,
0 commit comments