Configuring API Models with DBGate

Configuring API Models with DBGate

DBGate creates API models, reading database metadata and special configuration tables and views.

It publishes tables and views as GET methods and stored procedures as GET or POST methods.

DBGate creates POST, PUT, and DELETE methods for tables, views, and saveable stored procedures.

Developers can customize the default behavior using the configuration objects.

The configuration framework has enough features to implement corporate web applications.

Moreover, you can use the built-in JavaScript client or even Microsoft Excel with the SaveToDB add-in as a client.

See details in the Developer Guide.

Also, we recommend playing with the DBGate online samples at

You will find annotated samples, editable tables, applied configurations, and sources codes.