mirror of
https://github.com/agrinman/tunnelto.git
synced 2026-04-26 01:06:01 +03:00
[PR #11] [CLOSED] SQLite engine added #84
Labels
No labels
Need more info
bug
duplicate
enhancement
good first issue
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tunnelto#84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/agrinman/tunnelto/pull/11
Author: @Fusion
Created: 7/19/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
da6f674SQLite engine added📊 Changes
8 files changed (+164 additions, -39 deletions)
View changed files
📝
Cargo.toml(+3 -2)➕
sql/Cargo.toml(+17 -0)➕
sql/block_subdomain.sql(+1 -0)➕
sql/create_user.sql(+1 -0)➕
sql/src/create_hash.rs(+17 -0)📝
tunnelto_server/Cargo.toml(+5 -1)📝
tunnelto_server/src/auth_db.rs(+119 -35)📝
tunnelto_server/src/client_auth.rs(+1 -1)📄 Description
Hello. Just added SQLite as an alternative to using DynamoDb.
It's for those folks who, like me, want to use this for personal projects without too much setup work :)
You will notice that a new directory, sql/, contains a couple scripts to add a subdomain reservation, create a pseudo-account and generate a hashed key,
Note that I write Rust code about once a year, so feel free to point out how terrible everything is!
Cheers.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.