Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gonzofish/launchpad
My launchpad to better understanding Rocket + Diesel
https://github.com/gonzofish/launchpad
Last synced: 25 days ago
JSON representation
My launchpad to better understanding Rocket + Diesel
- Host: GitHub
- URL: https://github.com/gonzofish/launchpad
- Owner: gonzofish
- Created: 2021-06-28T00:13:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-11T01:49:48.000Z (over 3 years ago)
- Last Synced: 2024-04-13T03:41:08.215Z (8 months ago)
- Language: Rust
- Size: 25.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rocket Launchpad
This is my way of getting familiar with Rocket + Diesel.
I'm using [this tutorial](https://dev.to/pxjohnny/late-night-confessions-building-a-website-using-rust-rocket-diesel-and-askama-part-1-127j) as my basis, although I'm not creating the application in that tutorial.
For `rocket_sync_db_pools` I used [the database example from the Rocket repo](https://github.com/SergioBenitez/Rocket/tree/v0.5-rc/examples/databases) as a guide.