Skip to content

Commit

Permalink
examples: shorten the web-wa-sqlite example local DB name. (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
thruflo authored Sep 22, 2023
1 parent b1c9ea9 commit 34636b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/web-wa-sqlite/src/Example.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const Example = () => {
}

const { tabId } = uniqueTabId()
const scopedDbName = `basic-items-${LIB_VERSION}-${tabId}.db`
const scopedDbName = `basic-${LIB_VERSION}-${tabId}.db`

const conn = await ElectricDatabase.init(scopedDbName, '')
const electric = await electrify(conn, schema, config)
Expand Down

0 comments on commit 34636b4

Please sign in to comment.