Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge libsql #1716

Merged
merged 6 commits into from
Jun 5, 2023
Merged

merge libsql #1716

merged 6 commits into from
Jun 5, 2023

Conversation

a8m
Copy link
Member

@a8m a8m commented Jun 4, 2023

No description provided.

haaawk and others added 5 commits June 4, 2023 15:03
Add libsql package and initialize it to make it available
for sql.Open

Signed-off-by: Piotr Jastrzebski <piotr@chiselstrike.com>
Signed-off-by: Piotr Jastrzebski <piotr@chiselstrike.com>
Add libsql package and initialize it to make it available
for sql.Open

Signed-off-by: Piotr Jastrzebski <piotr@chiselstrike.com>
Signed-off-by: Piotr Jastrzebski <piotr@chiselstrike.com>
@a8m a8m requested a review from rotemtam June 4, 2023 13:00
@a8m a8m force-pushed the haaawk-libsql branch 3 times, most recently from 3ce9476 to b1535aa Compare June 4, 2023 13:19
sqlclient.DriverOpener(Open),
sqlclient.RegisterTxOpener(OpenTx),
sqlclient.RegisterCodec(MarshalHCL, EvalHCL),
sqlclient.RegisterFlavours("libsql+wss", "libsql+https"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At the moment +https won't work as it does not support interactive transactions and is missing some features. We're working on making it better but maybe it's worth to keep https out of scope for this PR?

doc/md/concepts/url.mdx Outdated Show resolved Hide resolved
Copy link
Contributor

@haaawk haaawk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've tested the PR against Turso (managed Libsql) and updated https://github.com/chiselstrike/atlas-integration-ci to use the haaawk-libsql branch for testing. All tests are passing.

Copy link
Member

@rotemtam rotemtam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants