Configuring API Models with DBGate
DBGate generates API models by reading database metadata along with specific configuration tables and views.
It exposes tables and views as GET methods, while stored procedures can be accessed via GET or POST methods.
DBGate also supports POST, PUT, and DELETE methods for tables, views, and saveable stored procedures.
Developers can customize the default behavior using configuration objects.
The configuration framework provides robust features suitable for building corporate web applications.
Additionally, you can use the built-in JavaScript client or Microsoft Excel with the SaveToDB add-in as a client.
For more details, check the Developer Guide.
We also recommend exploring the DBGate online samples at:
Here, you'll find annotated samples, editable tables, applied configurations, and source code.