Auto Tables for RAD Server is a powerful automation solution that allows you to automatically generate a REST API in Delphi 10.2 Tokyo. It will take a look at your existing database tables and automatically create the CRUD code for adding, editing, and deleting records from the existing database via a REST API. You can literally deploy a REST client and server solution for an existing FireDAC supported database in a few clicks. The REST API is deployed as a RAD Server. Auto Tables for RAD Server is similar to other solutions like DreamFactory, Sandman, and LoopBack. Once the server is generated it also generates a FireMonkey client for accessing the REST API. The Delphi FireMonkey client should run on Android, IOS, Windows, OSX, and Linux (with FMXLinux). There are actually three separate ways generated to access the REST API that you create. The first is a Delphi project with a DataModule suitable for building a FireMonkey client and leveraging LiveBindings to quickly build out the UI of your client. The second way is through a code only Object Pascal SDK that is generated for your REST API. Lastly, an OpenAPI spec file is generated that defines the endpoints in your API. You can use the OpenAPI spec file to generate all kinds of other clients for the REST API using either SwaggerHub or OpenAPI CodeGen. The Auto Tables for RAD Server project is free and open source using an MIT license. The project has extensive documentation and the REST API is packed with features like paging, custom queries, and aggregate queries for building dashboards. Additionally, it supports setting up enterprise grade permissions through RAD Server. You can probably also use the generated SDK in your C++Builder clients. At the time of this writing a RAD Server license is included with Delphi Enterprise Edition and up.
Categories
-
-
Speed Up Your Apps With Bitmap Caching In Delphi XE5 Firemonkey On Android And IOS
-
Create Floating Animation With TAnimateFloat In Delphi Firemonkey
-
50 Cross Platform Samples For Android, IOS, OSX, Windows, Linux, And HTML5 In Delphi
-
Delphi 10.3.3 Firemonkey Update And Fixes Released On Android, IOS, MacOS, Windows, Linux, And HTML5
-
Learn How To Deploy Delphi 10.3 Rio Android Apps To Google Play With Android 64-bit Requirements
-
Cross Platform Activity Progress Dialog For Android, iOS, macOS, and Windows In Delphi 10.2 Tokyo
-
Read And Write A Blob Field Using FireDAC With Firemonkey On Android And IOS
-
Build A 3D TPipe Component in Delphi Firemonkey For Android, IOS, Windows, And OSX
-
Keep Controls Visible When Virtual Keyboard Pops Up In Delphi 10.2 Tokyo On Android And IOS
-
File Manager Demo App In Delphi XE5 Firemonkey For Android
-
-
Recent Posts
- Delphi 10.3.3 Firemonkey Update And Fixes Released On Android, IOS, MacOS, Windows, Linux, And HTML5
- 50 Cross Platform Samples For Android, IOS, OSX, Windows, Linux, And HTML5 In Delphi
- Useful IDE Expert For Adding OSX And IOS Frameworks Plus Managing SDKs In Delphi Rio 10.3.2
- Mega Fixes And Updates For Delphi 10.3.2 Firemonkey On Android, IOS, MacOS, Windows, And Linux
- Learn How To Deploy Delphi 10.3 Rio Android Apps To Google Play With Android 64-bit Requirements
Pingback: Auto Tables Logger REST Client And RAD Server Sample For Delphi 10.2 Tokyo On Android And IOS | Delphi XE5 XE6 XE7 XE8 10 Seattle Berlin Tokyo Firemonkey, Delphi Android, Delphi IOS
are there any other way to making like this apps without RAD Server? I don’t have account for RAD Server ;(
Thx