For those who might be interested, I've recently published SmoothDB on GitHub [1], which, like PostgREST, provides a RESTful API to PostgreSQL databases.<p>It's a beta, aiming for compatibility with PostgREST, but it's not ready for production yet (so continue to use the very good PostgREST).<p>Written in Go, SmoothDB can be used both stand-alone and as a module for more complex server applications, which was my main motivation for writing this.<p>Your thoughts and contributions are greatly appreciated as they will help in the ongoing development and refinement of SmoothDB.<p>[1] <a href="https://github.com/sted/smoothdb">https://github.com/sted/smoothdb</a>