Skip to content

Files

Latest commit

 

History

History

remote

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 10, 2024
Oct 10, 2024
Oct 10, 2024

Remote

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

Building

make

Running

TURSO_DATABASE_URL="..." TURSO_AUTH_TOKEN="..." ./example

This will connect to a remote database, insert some data, and query it.