# Forge: Postgres Database + User Management

DevFeed: [Forge: Postgres Database + User Management](<https://devfeed.tech/articles/forge-postgres-database-user-management-3680.md>)

Original publisher: [Read original article](<https://laravel.com/blog/forge-postgres-database-user-management>)

Author: Taylor Otwell

Published: 2019-12-05T19:01:00Z

Content type: release

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Database](<https://devfeed.tech/topics/database.md>), [MySQL](<https://devfeed.tech/topics/mysql.md>), [MariaDB](<https://devfeed.tech/topics/mariadb.md>), [Laravel](<https://devfeed.tech/topics/laravel.md>), [PHP](<https://devfeed.tech/topics/php.md>), [Server](<https://devfeed.tech/topics/server.md>), [Redis](<https://devfeed.tech/topics/redis.md>)

Tags: [database](<https://devfeed.tech/tags/database.md>), [databases](<https://devfeed.tech/tags/databases.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [mysql](<https://devfeed.tech/tags/mysql.md>), [php](<https://devfeed.tech/tags/php.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [redis](<https://devfeed.tech/tags/redis.md>), [servers](<https://devfeed.tech/tags/servers.md>)

## AI overview

Forge now supports creating and managing additional Postgres databases and users directly from its user interface. The article contrasts this new capability with Forge's existing MySQL and MariaDB support.

## Source excerpt

For a while now, Forge has allowed you to create and manage additional databases and users if you were using MySQL / MariaDB; however, we did not support this for Postgres. That changes today! You ca...