-
Notifications
You must be signed in to change notification settings - Fork 11
Extending Bindaas
Ashish Sharma edited this page Jun 14, 2017
·
7 revisions
Bindaas is highly extensible and gives developers the ability to interface with new database management systems or create plugins that can allow you to tweak an API request/response. To extend Bindaas, you first have to setup a development environment. This is a one time setup and is described below. Once you have completed the setup, checkout the guide to [creating new data providers](creating new data providers) (if you want to add support for a new DBMS) or [creating modifiers](creating modifiers) (if you want to create a plugin that can act upon an API request/response).