[PR #50] dynamodb and sqlite are both supported as distinct features. #91

Open
opened 2026-03-02 23:02:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/agrinman/tunnelto/pull/50
Author: @Fusion
Created: 5/15/2021
Status: 🔄 Open

Base: masterHead: feature-sqlite-support


📝 Commits (4)

  • 75637f0 dynamodb and sqlite are both supported as distinct features.
  • 3c63607 Updating per feedback.
  • 6d3aec4 Merge branch 'master' into feature-sqlite-support
  • d04b298 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/agrinman/tunnelto/pull/50 **Author:** [@Fusion](https://github.com/Fusion) **Created:** 5/15/2021 **Status:** 🔄 Open **Base:** `master` ← **Head:** `feature-sqlite-support` --- ### 📝 Commits (4) - [`75637f0`](https://github.com/agrinman/tunnelto/commit/75637f095c3f0c4d3a857879c6b3712a1f079434) dynamodb and sqlite are both supported as distinct features. - [`3c63607`](https://github.com/agrinman/tunnelto/commit/3c63607399c1ade1be0a8b825ee78e2e2bdafe42) Updating per feedback. - [`6d3aec4`](https://github.com/agrinman/tunnelto/commit/6d3aec42ea6ff1590f5fbe301c6aa0bc64002333) Merge branch 'master' into feature-sqlite-support - [`d04b298`](https://github.com/agrinman/tunnelto/commit/d04b298f953e8a02e1c92ffdfc8b9812526b2603) Merge branch 'agrinman:master' into feature-sqlite-support ### 📊 Changes **6 files changed** (+229 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
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
starred/tunnelto#91
No description provided.