IstoraMandiri
IstoraMandiri
DTDrizzle Team
Created by Louistiti on 7/18/2023 in #help
Clear the whole database?
package.json script
"db:nuke": "export $(cat .env.local | grep -v '^#' | xargs) && psql \"${POSTGRES_URL}\" -c 'DROP SCHEMA IF EXISTS public CASCADE; CREATE SCHEMA public;'",
"db:nuke": "export $(cat .env.local | grep -v '^#' | xargs) && psql \"${POSTGRES_URL}\" -c 'DROP SCHEMA IF EXISTS public CASCADE; CREATE SCHEMA public;'",
59 replies
DTDrizzle Team
Created by IstoraMandiri on 8/24/2023 in #help
Sub-field Filtering example
Ah, got it. Thank you so much @Noahh !
3 replies
DTDrizzle Team
Created by brynthrax on 8/11/2023 in #help
How to flatten select results from query with left joins (one-to-many)?
for code blocks you can encapsulate in 3 backticks, and can add format to the top
```typescript
```typescript
18 replies