Quill pairing session: DELETE… RETURNING
01 Jun 2020
Recently, someone has opened an issue suggesting the support for DELETE ... RETURNING clause. This post will take you through the joy of implementing it!
Recently, someone has opened an issue suggesting the support for DELETE ... RETURNING clause. This post will take you through the joy of implementing it!
The best tool is often the simplest, isn’t it? Still, doesn’t matter how experienced one can be, once in a while passion overcomes logic.
Alright team, the current government - you know, the Galatic Empire - has made us responsible for their new project, a space station called “Death Star” (what a tacky name). Basically, they want a station literally the size of a...
Discussing with a brazilian friend about the situation in our country, we realised how difficult it is to find information about public spending, and when available, how difficult it can be to reason about it. Joining our forces, we decided...
Shapeless is a library for generic programming in Scala, largely present in the ecosystem, but mostly behind the scenes; it is likely shapeless powers some of the libraries in your project, even though you don’t use it directly.