This example demonstrates how to use libSQL with a remote database.
npm iExecute the example:
TURSO_DATABASE_URL="..." TURSO_AUTH_TOKEN="..." node index.mjsThis will connect to a remote SQLite database, insert some data, and then query the results.