put sql statements in separate files
This commit is contained in:
parent
1bb63b1fa4
commit
080bb80956
6 changed files with 107 additions and 17 deletions
10
src/get_foods.sql
Normal file
10
src/get_foods.sql
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
SELECT
|
||||
id,
|
||||
portion,
|
||||
name,
|
||||
kc_per_serving,
|
||||
target_servings,
|
||||
actual_servings,
|
||||
color
|
||||
FROM
|
||||
food
|
||||
Loading…
Add table
Add a link
Reference in a new issue