I built forge-orm because of my love for Prisma on the backend.
Prisma is amazing but its limited, it treats mongodb as a third wheel, uses rust and cannot work on the browser
The best of Drizzle and Prisma brought together
npmjs.com/package/forge-…
@Saanvi_dhillon Found something like prisma but better
It works on the browser too with sqlite..
Can you imagine using sqlite on react app? With over 1gb storage???
It works like drizzle but the schema and api is quite advanced
npmjs.com/package/forge-…
@dschewchenko@TosinOlugbenga Yep, drizzle is amazing.. maybe in a test environment give forge-orm a try. The documentation is very vast and easy to use… you can read the src file… its quite elaborate and straightforward, the codebase.
Because I'm using on production(really big b2c and B2B projects on my job) for 2 years, smoothly migrated from pg to bun.sql driver. And I'm using on my own projects with Cloudflare D1 and DO SQLite. No any problems. Also have used TypeORM, Eloquent and Entity Framework for a long time. But drizzle really lightweight. Just generated migrations are not perfect on some schema changes, but generation must be reviewed everywhere, not just here 😅
@iamJohnFash@TosinOlugbenga so far better than drizzle orm because it's built by you?
Do you have benchmarks? memory usage? comparison with other ORM's?
@dschewchenko@TosinOlugbenga No, better is subjective, it solved more than drizzle could in some areas, its new so definitely drizzle is better if you ask me due to years of test and use and age of the library… benchmark is in the documentation for reference
@markproduct Backend and frontend developers, have you seen the new forge-orm npm library?, its an improved version of Prisma without the prisma headache, works on the Browser too and might be useful to engineers here 🙂
@Saanvi_dhillon Backend and frontend developers, have you seen the new forge-orm npm library?, its an improved version of Prisma without the prisma headache, works on the Browser too and might be useful to engineers here 🙂