SQL-to-Prisma-Schema-Generator icon indicating copy to clipboard operation
SQL-to-Prisma-Schema-Generator copied to clipboard

⚛️ Generate Prisma Scheme Online From SQL Query - https://sql-to-prisma.vercel.app/

Results 1 SQL-to-Prisma-Schema-Generator issues
Sort by recently updated
recently updated
newest added

Remove schema name from the generated model name. Example pgsql ``` CREATE TABLE "public"."activity" ( "id" int8 NOT NULL DEFAULT nextval('activity_id_seq'::regclass), "userId" int4 NOT NULL, "message" text NOT NULL, "type"...

bug