[PR #11] [CLOSED] SQLite engine added #135

Closed
opened 2026-03-13 19:59:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/agrinman/tunnelto/pull/11
Author: @Fusion
Created: 7/19/2020
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/agrinman/tunnelto/pull/11 **Author:** [@Fusion](https://github.com/Fusion) **Created:** 7/19/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`da6f674`](https://github.com/agrinman/tunnelto/commit/da6f674cd4499d3b6f0697205df9ace2b6462d20) SQLite engine added ### 📊 Changes **8 files changed** (+164 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 19:59:00 +03:00
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#135
No description provided.