A powerful web-based database management system with REST API capabilities
BVBase is a comprehensive database management system that combines the power of web-based administration with robust API capabilities. It provides a secure and efficient way to manage your data through both a user-friendly web interface and programmatic access.
POST /BVBase/services/bvdb_services.php
Content-Type: application/json
{
"action": "login",
"username": "string",
"password": "string"
}
Returns JWT token for authentication
POST /BVBase/services/bvdb_services.php
Authorization: Bearer <token>
{
"action": "logout"
}
Invalidates the current session
POST /BVBase/services/bvdb_services.php
Authorization: Bearer <token>
{
"action": "execute_query",
"project": "string",
"query": "string"
}
Returns query results or affected rows
POST /BVBase/services/bvdb_services.php
Authorization: Bearer <token>
{
"action": "get_projects"
}
Returns list of available projects
The web interface provides an intuitive way to manage your database. Features include:
To start using BVBase: