Skip to content

Template for Rust's web application framework Rocket with Handlebars templating and SQLite database connection.

Notifications You must be signed in to change notification settings

Io-Maciek/sql-rocket-start-template

Repository files navigation

Rust Rocket template with Handlebars templating and SQLite database connection

sqlite3 is required for this repository, but can be changed to any kind of sql pool.

Starting database included in this repository Database.db has one table created with following command:

CREATE TABLE Users(ID integer PRIMARY KEY AUTOINCREMENT, username TEXT NOT NULL UNIQUE, password TEXT NOT NULL);

About

Template for Rust's web application framework Rocket with Handlebars templating and SQLite database connection.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published