Neto
Explore posts from serversTTCTheo's Typesafe Cult
•Created by Marchewcia on 7/21/2024 in #questions
Theo's browser
Zen Browser, based on firefox
19 replies
TTCTheo's Typesafe Cult
•Created by Deezy on 12/9/2024 in #questions
Multi-Tenant Architecture
other than that, it's super solid for most cases
60 replies
TTCTheo's Typesafe Cult
•Created by Deezy on 12/9/2024 in #questions
Multi-Tenant Architecture
hello, i really like atlas overall, just wish it had better docs for using it as a library and not as a cli
60 replies
TTCTheo's Typesafe Cult
•Created by Noah on 12/11/2024 in #questions
t3 stack and nextjs app router, chat app
you can easily update if you care
9 replies
TTCTheo's Typesafe Cult
•Created by Noah on 12/11/2024 in #questions
t3 stack and nextjs app router, chat app
fresh t3 is on next 15.0.1 and react 18.3.1
9 replies
TTCTheo's Typesafe Cult
•Created by Deezy on 12/9/2024 in #questions
Multi-Tenant Architecture
if i can help
60 replies
TTCTheo's Typesafe Cult
•Created by Deezy on 12/9/2024 in #questions
Multi-Tenant Architecture
sure
60 replies
TTCTheo's Typesafe Cult
•Created by Deezy on 12/9/2024 in #questions
Multi-Tenant Architecture
yeah
60 replies
TTCTheo's Typesafe Cult
•Created by Deezy on 12/9/2024 in #questions
Multi-Tenant Architecture
basically "two" drizzle projects in the same repo
60 replies
TTCTheo's Typesafe Cult
•Created by Deezy on 12/9/2024 in #questions
Multi-Tenant Architecture
one for the master and one for the tenants
60 replies
TTCTheo's Typesafe Cult
•Created by Deezy on 12/9/2024 in #questions
Multi-Tenant Architecture
you will need like 2? drizzle config files
60 replies
TTCTheo's Typesafe Cult
•Created by Deezy on 12/9/2024 in #questions
Multi-Tenant Architecture
create the script for migrating all tenants
60 replies
TTCTheo's Typesafe Cult
•Created by Deezy on 12/9/2024 in #questions
Multi-Tenant Architecture
when creating a new tenant, run drizzle migrate on
migrations/tenants
for the schema60 replies
TTCTheo's Typesafe Cult
•Created by Deezy on 12/9/2024 in #questions
Multi-Tenant Architecture
avoid typeorm for any reason
60 replies
TTCTheo's Typesafe Cult
•Created by Deezy on 12/9/2024 in #questions
Multi-Tenant Architecture
drizzle is quite laid back in terms of multi-tenancy
60 replies
TTCTheo's Typesafe Cult
•Created by Deezy on 12/9/2024 in #questions
Multi-Tenant Architecture
its a shit show
60 replies
TTCTheo's Typesafe Cult
•Created by Deezy on 12/9/2024 in #questions
Multi-Tenant Architecture
multi-tenant is a mess and people avoid for this exact reason
60 replies
TTCTheo's Typesafe Cult
•Created by Deezy on 12/9/2024 in #questions
Multi-Tenant Architecture
go has migrate as a library https://github.com/golang-migrate/migrate?tab=readme-ov-file#use-in-your-go-project
60 replies
TTCTheo's Typesafe Cult
•Created by Deezy on 12/9/2024 in #questions
Multi-Tenant Architecture
probably not the best, but it's an option
60 replies
TTCTheo's Typesafe Cult
•Created by Deezy on 12/9/2024 in #questions
Multi-Tenant Architecture
a solution i found was calling the cli via os commands
60 replies