Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 284 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 284 Bytes

Remote

This example demonstrates how to use libSQL with a remote database.

Running

Execute the example:

TURSO_DATABASE_URL="..." TURSO_AUTH_TOKEN="..." swift run Remote

This will connect to a remote SQLite database, insert some data, and then query the results.