mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-05-18 11:46:58 +00:00
The libsql_open_ext() API does not support auth token. Let's add a libsql_open_remote() API for establishing connection to remote database, but also add a libsql_open_file() for what libsql_open_ext() does so that we can deprecate it in the future.