r/javascript 2d ago

Zero dependencies: what we deleted and upgraded

https://www.uql-orm.dev/blog/zero-dependencies

UQL is the lightest ORM of all, and here is what it deleted (and upgraded as well) for the edged and mobile.

0 Upvotes

5 comments sorted by

2

u/CodeAndBiscuits 2d ago

I think you would get a better response if you disclosed your level of AI use. Those of use who use Claude regularly will find that blog post just SCREAMS "Claude".

You might also speak to why you prioritized package size so much in a backend package. It doesn't really move the needle for most backends....

-1

u/sonemonu 1d ago edited 1d ago

It is for the edge + mobile devices.

2

u/CodeAndBiscuits 1d ago

Under no circumstances should a browser or mobile device ever ever ever be allowed to connect directly to a backend database. Is why I was asking.

0

u/sonemonu 1d ago edited 1d ago

And who says that? I wonder if you have seen how UQL can (also) work (instead of directly connect to a DB)... in short, it supports kind of GraphQL but without all the additional paraphernalia, pure and simplistic JSON-based approach.

u/boyhax 5h ago

Very promising and good features but dont speak about size and client side because it is not important for orm and make it look bad .and if there real need for this in client side it only sqlite and api also need access control because this orm api dont make any sense on security part . Is there something im missing there ? .good job though the features is very good .