Hi guys, how can i insert into my database some re...
# orm-help
h
Hi guys, how can i insert into my database some record to test it out ? I know the query but where do i put this query ?
n
maybe just make a basic endpoint (GET /test) which adds some test data when it’s called?
h
yeah but more simple and faster because i'm on docker and i have to rebuild each time i change something so