Database Manager

Database Manager allows you to easily preview all your database tables, history of your changes, and database seeds. You can create new tables and fields or edit the data in your database.

Using Multi References in the Database Manager

Intro Thanks to multi references in the Database Manager you can define many-to-many relationship between items in two database tables. With many-to-many relations an item from one collections can …

Creating Database Connections with the Database Manager

A lot of new power comes with the new Database Manager in Wappler. You can quickly connect your project to all kind of databases you want to use in it. There is a wide range of databases that you …

Creating Sub Tables with Database Manager

Intro NOTE: This option is currently available for NodeJS server model only. Support for other server models is coming next weeks. The sub tables in Wappler provide an easy way to create and access…

Bootstrap 5 Table Generator - First Attempt

Following the Brian English’s Wappler Unwrapped - which appears to be for version 3 and BS4 - I was able to figure most of the differences of W3 & 4. As this is my first data connection, I figured …

Merge two databases. Migration data considerations

Hi @George, I am moving some of my infrastructure and with that I’ve decided to merge two databases. Any special considerations I need to take regarding the content of: wappler_migrations and wap…

Using Materialized Views

Hello, now having the ability to use Views within Wappler (at least in Postgres) I’m wondering if adding support for Materialized Views is a viable option… It would help a lot with complex apps. (Cus…

What is the difference between DB Connection in DB Manager and DB Connection in Target Database section?

I’m looking for clarity on the difference, if any, between the DB Connection in DB Manager and DB Connection in Target Database section. I am using Docker hosting and NodeJS server type. In both Devel…

Editing Database Data with the new Database Manager

The new Database Manager in Wappler just got more great powers! Now you can edit directly your live table data! You can choose between saving the data directly in the database or as a "change" that …

Unable to create a database relation

Can someone help me and tell me what am I doing wrong? I am trying to create a very simple relation field with the Wappler DB Manager using this doc - https://docs.wappler.io/t/creating-database-relat…

When I try to use the new database manager I get a time out error

I was playing with the new database manager and when I try to view my data within the tool I get the following error: “Error executing query: connect ETIMEDOUT” Also, I get the following when after …

Creating Database Relations with the Database Manager

With the new Database Manager you can easily setup relations between tables. You can create a reference field and select which other table it references - the relation and foreign keys between the t…