WBert WBert
Login Start free
Feature

Database Management

Back to home
Database Management

Build the database layer behind your application, without losing control of the backend.

WBert connects database structure with entities, database functions, APIs and processes, so the client application can be built faster on top of a clear backend model.

Database structure Entities Functions APIs Processes
DB Database Tables, columns, indexes and relations
E Entities Logical model
ƒ Functions Reusable SQL logic
API APIs Controlled endpoints
Processes Business logic tools

Work with multiple database contexts

Keep application core data, logs and runtime databases visible from the same administration area. Select the current connector and move between schema tools without losing context.

  • Browse configured database instances.
  • Switch connectors before inspecting structure.
  • Keep database work aligned with the selected application.
Database
Databases Schema Visualizer Tables Functions Triggers Indexes
Databases Database instances available for this application.
Application Coreauth
Logslogs
mainmain

Choose the database server that fits the project

Start with the default application database, then move to stronger database options when the project grows. Pro environments can be configured for SQL Server, PostgreSQL and other database servers on request.

  • Use SQLite-style local databases for compact internal tools and prototypes.
  • Configure SQL Server or PostgreSQL for larger Pro backends.
  • Request additional database engines for custom or enterprise scenarios.
SQL SQL Server For structured business applications and Microsoft-oriented stacks.
PG PostgreSQL For scalable relational data and modern backend workloads.
DB Other servers Custom connectors can be evaluated and configured on request.

Visualize schema structure

The schema visualizer turns tables and relations into movable cards, helping you understand how the backend data model is connected before you change it.

  • Move tables on a canvas with internal scroll.
  • Inspect relations and collision highlights.
  • Use a minimap for larger schemas.
mainAuto layout
customers7 columnsid INTEGERfirst_name TEXTcustomer_type_id INTEGER
customer_type3 columnsid INTEGERdescription TEXT

Edit database objects with safer workflows

Manage tables, functions, triggers and indexes with dedicated pages instead of scattered tools. WBert keeps verification and testing close to the definition you are editing.

  • Create and edit tables with controlled operations.
  • Test database functions from draft definitions.
  • Inspect trigger and index definitions from the admin UI.

Edit trigger

trg_customer_ins_upd_insert
public customers
Insert Any insert operation on the table
Update Any update operation on the table
Delete Any delete operation of a record

Database tools connected to the rest of your backend.

Database management is not isolated in WBert. It works together with entities, APIs, OAuth, functions and processes, giving you a backend control layer ready for the client application you want to build.