mirror of
https://github.com/agrinman/tunnelto.git
synced 2026-04-26 01:06:01 +03:00
[PR #50] dynamodb and sqlite are both supported as distinct features. #91
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#91
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/50
Author: @Fusion
Created: 5/15/2021
Status: 🔄 Open
Base:
master← Head:feature-sqlite-support📝 Commits (4)
75637f0dynamodb and sqlite are both supported as distinct features.3c63607Updating per feedback.6d3aec4Merge branch 'master' into feature-sqlite-supportd04b298Merge branch 'agrinman:master' into feature-sqlite-support📊 Changes
6 files changed (+229 additions, -12 deletions)
View changed files
📝
tunnelto_server/Cargo.toml(+11 -4)📝
tunnelto_server/src/auth/dynamo_auth_db.rs(+0 -0)📝
tunnelto_server/src/auth/mod.rs(+5 -2)➕
tunnelto_server/src/auth/sqlite_auth_db.rs(+190 -0)📝
tunnelto_server/src/config.rs(+7 -0)📝
tunnelto_server/src/main.rs(+16 -6)📄 Description
A new pull request to celebrate the progress of tunnelto's code base!
Anyway, this is my sqlite support pull request again, but as you requested it is now a conditional feature and implements the proper traits in its own separate file.
As usual, thanks for being patient with this very amateur Rust dev.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.