seitime-frappe/frappe/database/postgres
David Arnold b2f9ff09aa
feat(db): boostrap only option if resource management is exogenous
The database resource management including privileges granting can be
done by external secops. It can be undesirable to grant the grant option
to the framework user.

This commit implements the possibility to remove user resource
management from frappe entirely and only boostrap the database with its
target user.
2023-11-09 17:11:39 +01:00
..
__init__.py Postgres support for Frappe (#5919) 2018-09-21 10:20:48 +05:30
database.py chore: compose postgres conn settings in the same way as with mariadb 2023-11-09 10:00:24 +01:00
framework_postgres.sql chore!: drop device support from session (#18729) 2022-12-05 16:37:32 +05:30
schema.py refactor!: remove implicit primary key from logs (#22209) 2023-08-26 16:01:47 +05:30
setup_db.py feat(db): boostrap only option if resource management is exogenous 2023-11-09 17:11:39 +01:00