W3DB. Documentation

Introduction

W3DB is a complete no code software solution that connect to your MySQL, PostgreSQL or SQlite database and creates an API, which can be used by you or your clients.

Using a simple API key that you define in your configuration, you or your clients can connect to your new W3DB API.

The W3DB API is incredibly easy to use. By using regular SQL the client can only retrieve the relevant information. This eliminates the massive JSON blobs usually returned by regular APIs, where developers try to cover every possible scenario by returning all the data.

W3DB API puts you in full control of what your API users can do. By using specific database credentials for the W3DB instance you can easily lock down the information to only the tables or views that you want your clients to be able to use. And only give them the permissions (to insert, read, update rows) that you want them to have.

1. W3DB. Installation

Follow the link above if you want to download and install W3DB to try and use.

2. W3DB. Configuration

Follow the link above if you want to learn how to configure your W3DB installation.