New version stable.
The proposal was fulfilled.
REST DW was created to facilitate the creation of CRUDs in the same model that we created applications for Client / Server Database.
Today to be able to write data in a Bank via WebService is very complex for simple operations, making scheduling of simple screens time-consuming.
With REST DW, you no longer have to worry about creating SQL Insertion, Deletion, Read and Execution methods via Webservice; Simply add a RESTDataBase...
mORMot is a high-performance, full-stack framework for Delphi and Free Pascal that includes an ORM, REST server, and RPC system. It enables developers to build scalable, database-driven applications with strong typing and minimal boilerplate. mORMot is designed for speed, cross-platform compatibility, and seamless integration between client and server code.
Mister JSON is a Delphi class to parse JSON. Slim and very fast (see comparison). Stream oriented, supports for-in loops. Much work has still to be done (turn it into a palette component, provide design-time properties, support JSON generation, and so on).