Skip to content

Instantly share code, notes, and snippets.

@psarna
Last active November 10, 2023 12:02
Show Gist options
  • Save psarna/4ad6e7e51e9de1cecde82b35fcd0a7b7 to your computer and use it in GitHub Desktop.
Save psarna/4ad6e7e51e9de1cecde82b35fcd0a7b7 to your computer and use it in GitHub Desktop.
const db = new Database("/tmp/local.db", {
syncUrl: "https://your-turso-db-link.turso.io",
authToken: "your-token-obtained-with-turso-db-tokens-create-command",
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment