Gabriel Lucena
Explore posts from serversDTDrizzle Team
•Created by Gabriel Lucena on 11/18/2024 in #help
Running SQL statement manually for in-memory database
not sure what to do anymore to fix this, any ideas @opaldraggy?
25 replies
DTDrizzle Team
•Created by Gabriel Lucena on 11/18/2024 in #help
Running SQL statement manually for in-memory database
25 replies
DTDrizzle Team
•Created by Gabriel Lucena on 11/18/2024 in #help
Running SQL statement manually for in-memory database
25 replies
DTDrizzle Team
•Created by Gabriel Lucena on 11/18/2024 in #help
Running SQL statement manually for in-memory database
migrate()
function creating the session table:25 replies
DTDrizzle Team
•Created by Gabriel Lucena on 11/18/2024 in #help
Running SQL statement manually for in-memory database
25 replies
DTDrizzle Team
•Created by Gabriel Lucena on 11/18/2024 in #help
Running SQL statement manually for in-memory database
I've seem something like that in here:
import { pushSQLiteSchema } from "drizzle-kit/api"
but I did not find any docs on that25 replies
DTDrizzle Team
•Created by Gabriel Lucena on 11/18/2024 in #help
Running SQL statement manually for in-memory database
thank you so much for the help @opaldraggy
25 replies
DTDrizzle Team
•Created by Gabriel Lucena on 11/18/2024 in #help
Running SQL statement manually for in-memory database
duh... I literally just:
25 replies
DTDrizzle Team
•Created by Gabriel Lucena on 11/18/2024 in #help
Running SQL statement manually for in-memory database
or... do you have a better idea how to tackle this problem?
25 replies
DTDrizzle Team
•Created by Gabriel Lucena on 11/18/2024 in #help
Running SQL statement manually for in-memory database
yep, that's exactly the issue, removing everything but the user table creation from the migration did the trick... now, how can I split those statements into multiple files?
25 replies
DTDrizzle Team
•Created by Gabriel Lucena on 11/18/2024 in #help
Running SQL statement manually for in-memory database
got it. I'll try running only the users table creation to see what happens
25 replies
DTDrizzle Team
•Created by Gabriel Lucena on 11/18/2024 in #help
Running SQL statement manually for in-memory database
so, the output from this:
is:
I'm not sure if DDL statements are included on the output, but it doesn't seem to be failing... so, I'm not sure what's going on
25 replies
DTDrizzle Team
•Created by Gabriel Lucena on 11/18/2024 in #help
Running SQL statement manually for in-memory database
@opaldraggy
25 replies
DTDrizzle Team
•Created by Gabriel Lucena on 11/18/2024 in #help
Running SQL statement manually for in-memory database
the drizzle error:
25 replies
DTDrizzle Team
•Created by Gabriel Lucena on 11/18/2024 in #help
Running SQL statement manually for in-memory database
this is my only migration file, created by drizzle:
other tables are omitted
25 replies
DTDrizzle Team
•Created by Gabriel Lucena on 11/18/2024 in #help
Running SQL statement manually for in-memory database
this is the output from
await db.run(sql)
:
25 replies
DTDrizzle Team
•Created by Gabriel Lucena on 5/31/2024 in #help
Help querying D1 with Drizzle
is there a technical reason why we don't have an adapter for D1? is this a D1's missing feature?
9 replies
How can I add React to SST's TRPC example?
who would've guessed that I could built it just reading the docs:
https://github.com/gnllucena/trpc-sst
4 replies