squash looks lovely. I'm building something simil...
# server
e
squash looks lovely. I'm building something similar for mongodb
❤️ 1
1
👍 3
o
I’m not receiving any complaints, bug reports, doc requests, nothing… I can’t believe it “just works”, so it all looks strange to me 😄
e
if i wrote sql apps i'd use this. or jooq.
i
Using Squash in a project at the moment, really loving it!
o
Nice! Feel free to give feedback in #squash 🙂
d
@orangy If you want bugs and complaints, you should definitely take Squashy "full ORM" 😉
o
Well, that’s exactly what I’d like to avoid. ORM is not async-server-friendly.
d
@orangy Since you're asking, how about some docs on squash-graph? :)
o
PRs are welcome! 😄 Seriously though, my priority right now is #ktor
r
how do exposed and squash differ? Their APIs look very similar.
n
I'm new to kotlin and learning spring. Can I use squash with spring?
d
If I knew what the hell was going on, I’d be happy to, that’s why I’m asking 😄 Seriously though, I know you’re focusing elsewhere.
o
@roberto.guerra squash was my attempt to fix exposed’s API issues that I perceived as important, especially in the area of dialects, but since I didn’t have enough time to work on it, it’s what it is – a working experiment. It lacks ORM, but introduces graph-fetching system.
@noone Though you can, I don’t think squash & spring will be good fit for each other. But if someone wants to work on integration, I’d be happy to guide through the stuff.
👍 1
q
@orangy it should be included into #ktor. Kara reborn 🙂
o
Kara didn't have anything for sql either
q
just mean what kara was a "web framework", any web framework have a DB layer
o
why would a web framework have a DB layer? There is basically no need to do it, as far as I understand. May be I don’t understand something important…
d
Because “web framework” sometimes means “database backed web application framework” a la Ruby on Rails.
o
Or it can mean “microservices backed application framework”? 🙂
I believe these two concepts should be independent, so that you can get any web framework you like, any db framework you like and use them in a single app. together with microservices, and what not.
d
There’s something to be said for an integrated stack where all the pieces are tested and designed to work together. On the other hand, Spring.
r
I prefer the web frameworks and DB layer to be separate. 🙂
q
i guess modern web app have this layer, and web FW should have it too for fastest development, one point of documentation, one dependency etc like as Spring Boot or Laravel or RoR. in over side .NET separate it too e.g. MVC and EntityFramework
it will be really cool to have one FW for all (all-in-one), and int this time nobody can't stop u too use another DB FW instead of included