rtCamp / Frappe-Manager

A CLI tool based on Docker Compose to easily manage Frappe based projects.
MIT License
109 stars 23 forks source link

Support to choose database type: Postgres or MariaDB #229

Open 3atharvkurdukar opened 1 month ago

3atharvkurdukar commented 1 month ago

Description The Frappe framework supports both MariaDB and Postgres as databases. Please add support in frappe manager as well.

Use Case This will allow users to create Postgres-based apps using frappe manager

Expected Behavior --db-type option should be available for fm create command, which will setup the Postges DB instead of MariaDB.

Current Behavior (if applicable) Only MariaDB is available.