Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.