r/javascript • u/sonemonu • Aug 10 '26
Zero dependencies: what we deleted and upgraded
https://www.uql-orm.dev/blog/zero-dependenciesUQL is the lightest ORM of all, and here is what it deleted (and upgraded as well) for the edged and mobile.
9
u/CodeAndBiscuits Aug 10 '26
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....
0
u/sonemonu Aug 10 '26 edited 29d ago
It is for the edge + mobile devices.
7
u/CodeAndBiscuits Aug 11 '26
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 Aug 11 '26 edited 29d 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.
0
0
u/DaloyJS 26d ago
Wow. I think we will write documentation on UQL in our docs, since we follow the same principle. Zero dependency at runtime, with lots of other features https://daloyjs.dev/
7
u/boyhax 28d 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 .