NocoDB
NocoDB is an open-source platform that transforms your relational databases into a smart spreadsheet interface. It allows you to manage, collaborate, and automate workflows with ease, providing a no-code experience for database management.
NocoDB supports various databases such as MySQL, PostgreSQL, SQL Server, and more. It offers features like grid view, kanban view, gallery view, and calendar view to visualize your data in different ways.
./start.sh
now includes the option to install NocoDB. You can choose to install NocoDB along with the other services provided by the script.
For more detailed information and documentation, please visit the the documentation:
Configure Listmonk Data
NocoDB installs with a default database configuration. To configure NocoDB to use the Listmonk database, follow these steps:
Create a New Base
Create a new base in NocoDB by clicking on the + Create Base
icon in the sidebar. Name your new base Listmonk
.
Connect to the Listmonk Database
In your new base, click Connect External Database
.
- Data Source Name:
Listmonk
- Select Connection -
New Connection
- Connection Type:
PostgreSQL
- Host:
listmonk-db
- Port:
5432
- Database:
listmonk_db
- User:
{your listmonk database user}
- this is the user you created when setting up Listmonk. Default islistmonk_user
. - Password:
{your listmonk database password}
- this is the password you created when setting up Listmonk. Default ischangeme
.