add to just
This commit is contained in:
parent
f56f6f370d
commit
d847a02781
1 changed files with 6 additions and 0 deletions
6
justfile
6
justfile
|
|
@ -2,3 +2,9 @@ venv:
|
|||
uv venv
|
||||
run:
|
||||
uv run -- uvicorn --reload fastapi_timezone.main:app
|
||||
|
||||
get:
|
||||
sqlite3 -header -box database.db 'select * from message;'
|
||||
|
||||
tables:
|
||||
sqlite3 -header -box database.db "SELECT * from sqlite_master;"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue