WIP: Add libsql support #35

Draft
BlakeRain wants to merge 2 commits from libsql into main
Owner

This PR adds support for libsql to Parcel, as per #34.

This PR adds support for [libsql](https://docs.rs/libsql/latest/libsql/) to Parcel, as per #34.
BlakeRain changed title from Add libsql support to WIP: Add libsql support 2026-03-26 16:24:42 +00:00
Some checks failed
Check / check (pull_request) Failing after 1m28s
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin libsql:libsql
git switch libsql

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff libsql
git switch libsql
git rebase main
git switch main
git merge --ff-only libsql
git switch libsql
git rebase main
git switch main
git merge --no-ff libsql
git switch main
git merge --squash libsql
git switch main
git merge --ff-only libsql
git switch main
git merge libsql
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
BlakeRain/parcel!35
No description provided.