Genio
Genio
TTCTheo's Typesafe Cult
Created by ChrisEvans on 1/30/2025 in #questions
Do you really need an ORM?
Sometimes its nice to have type saftey when adding objects but i think both supabase and drizzle work perfectly and its helpful to have it in the background if you ever need to, you can query via drizzle instead of supabase
12 replies
TTCTheo's Typesafe Cult
Created by ChrisEvans on 1/30/2025 in #questions
Do you really need an ORM?
But most of the time i find myself using supabase query, unless the query is not supported by supabase (highly unlikely) Because to me, supabase offers caching and alot of stuff preconfigured so its easy to query via the client
12 replies
TTCTheo's Typesafe Cult
Created by ChrisEvans on 1/30/2025 in #questions
Do you really need an ORM?
Depends on ur usecase, me personally i mix between drizzle and supabase client with service role key
12 replies
DTDrizzle Team
Created by Genio on 1/30/2025 in #help
Drizzle dismisses existing views even when told it exists
Bump
3 replies
DTDrizzle Team
Created by migs on 6/14/2024 in #help
TypeError: Cannot read properties of undefined (reading 'columns') - SQLite TursoDB
then run db:generate to generate the sql equivalent
8 replies
DTDrizzle Team
Created by migs on 6/14/2024 in #help
TypeError: Cannot read properties of undefined (reading 'columns') - SQLite TursoDB
my current work around it to type everything in schema file
8 replies
DTDrizzle Team
Created by migs on 6/14/2024 in #help
TypeError: Cannot read properties of undefined (reading 'columns') - SQLite TursoDB
ah okay
8 replies
DTDrizzle Team
Created by Genio on 6/24/2024 in #help
[ERROR] TypeError: Cannot read properties of undefined (reading 'toString')
i lost ur thread, can you ping me
17 replies
DTDrizzle Team
Created by Genio on 6/24/2024 in #help
[ERROR] TypeError: Cannot read properties of undefined (reading 'toString')
Maybe this is why its causing the issue ? I am still defining the relations in my schema, will test tomorrow if it works
17 replies
DTDrizzle Team
Created by Genio on 6/24/2024 in #help
[ERROR] TypeError: Cannot read properties of undefined (reading 'toString')
No description
17 replies
DTDrizzle Team
Created by Genio on 6/24/2024 in #help
[ERROR] TypeError: Cannot read properties of undefined (reading 'toString')
17 replies
DTDrizzle Team
Created by Genio on 6/24/2024 in #help
[ERROR] TypeError: Cannot read properties of undefined (reading 'toString')
take a look at this
17 replies
DTDrizzle Team
Created by Genio on 6/24/2024 in #help
[ERROR] TypeError: Cannot read properties of undefined (reading 'toString')
if you do references, you need to also define the relation
17 replies
DTDrizzle Team
Created by Genio on 6/24/2024 in #help
[ERROR] TypeError: Cannot read properties of undefined (reading 'toString')
but
17 replies
DTDrizzle Team
Created by Genio on 6/24/2024 in #help
[ERROR] TypeError: Cannot read properties of undefined (reading 'toString')
its not documented
17 replies
DTDrizzle Team
Created by Genio on 6/24/2024 in #help
[ERROR] TypeError: Cannot read properties of undefined (reading 'toString')
i found out
17 replies
DTDrizzle Team
Created by Genio on 6/24/2024 in #help
[ERROR] TypeError: Cannot read properties of undefined (reading 'toString')
however, after pushing. When i uncommented the references. I keep getting the same error
17 replies
DTDrizzle Team
Created by Genio on 6/24/2024 in #help
[ERROR] TypeError: Cannot read properties of undefined (reading 'toString')
i removed mine nad it worked
17 replies
DTDrizzle Team
Created by Genio on 6/24/2024 in #help
[ERROR] TypeError: Cannot read properties of undefined (reading 'toString')
good catch that you found out it was the references
17 replies
DTDrizzle Team
Created by Genio on 6/24/2024 in #help
[ERROR] TypeError: Cannot read properties of undefined (reading 'toString')
@migs same issue as you apparently
17 replies