RSA

Results 9 comments of RSA

Is the library still valid for current use? No activity for last seven years.

> @mppub I'm a bit confused. Initially you said that you need to put the tables into different schemas for different customers, but the solution you came up with in...

> How would this work If I need to define my tables as `1.Users`,`2.Users`....`N.Users`?? > > Using `export const genericUsersTable = getUsersTable('generic')` as shown above would not work for me...

> > > How would this work If I need to define my tables as `1.Users`,`2.Users`....`N.Users`?? > > > Using `export const genericUsersTable = getUsersTable('generic')` as shown above would not...

> Table factory seems to work for me, but I'm struggling to understand how references (foreign keys) would work? > > For (a partial) example: > > ```ts > export...

> Got it. It's kindof annoying with the code duplication. It would be nice to just be able to attach the `user` table directly to the schema factory that way...

> +1 for this. There are two important value-adds here: > > 1. DB admin side, seeing what a column is for. Either at the SQL level (viewing a schema...

I have modified the code and tested in my dev environment. It works satisfactorily. I am reproducing the full patched file "./drizzle-orm/src/migrator.ts" below for your reference and inclusion. The file...

I am also facing the same issue. I am on version 1.14.0. Is this issue being worked at? Or any other solution? Please help.