X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=backend%2Fsrc%2Fdb.rs;h=a2066b81bc225fdf042cb0f7bcd44ac7c4211dc3;hb=3ebbe8172b0430bae5c554925a4582c9fec545f3;hp=6458c7eb7308d384a695f7af38893d0c0e2fb821;hpb=dcf7523ccf6cae4e7d1d38fcbd85bc0b2d0e1703;p=recipes.git diff --git a/backend/src/db.rs b/backend/src/db.rs index 6458c7e..a2066b8 100644 --- a/backend/src/db.rs +++ b/backend/src/db.rs @@ -45,4 +45,8 @@ impl Connection { |row| Ok(dbg!("test")) ) } + + pub fn get_all_recipes() { + + } } \ No newline at end of file