sqlx icon indicating copy to clipboard operation
sqlx copied to clipboard

Add tests for LibSQL

Open haaawk opened this issue 2 years ago • 3 comments

to run them execute:

export SQLX_LIBSQL_DSN="wss://<db url>?jwt=<access token>" export SQLX_SQLITE_DSN=skip export SQLX_POSTGRES_DSN=skip export SQLX_MYSQL_DSN=skip

go test -v -count=1 ./...

haaawk avatar Apr 04 '23 14:04 haaawk

The purpose of this PR is mostly to start a discussion around whether SQLX would be willing to accept contribution of LibSQL related tests. LibSQL is an open contribution fork of SQLite that also supports server deployments and replication. It follows SQLite SQL dialect so all the tests are reusing SQLite SQLs.

haaawk avatar Apr 04 '23 14:04 haaawk

Hello, @ardan-bkennedy, and I recently stepped in to help maintain this project. We are sorting the opened issues and pull requests and would like to know if you still NEED this merged. Thank you for your contribution.

dlsniper avatar Feb 01 '24 13:02 dlsniper

Hi @dlsniper, yes. I will update the PR. Thank you.

haaawk avatar Feb 01 '24 14:02 haaawk