Sqlite db #126

Open
nwesterhausen wants to merge 18 commits from sqlite-db into main
nwesterhausen commented 2024-11-29 17:32:08 +00:00 (Migrated from github.com)

Adds a feature which will allows using a sqlite database for a backend with query support.

Adds a feature which will allows using a sqlite database for a backend with query support.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

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

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 sqlite-db
git switch sqlite-db
git rebase main
git switch main
git merge --ff-only sqlite-db
git switch sqlite-db
git rebase main
git switch main
git merge --no-ff sqlite-db
git switch main
git merge --squash sqlite-db
git switch main
git merge --ff-only sqlite-db
git switch main
git merge sqlite-db
git push origin main
Sign in to join this conversation.
No description provided.