seitime-frappe/frappe/database/postgres
Gavin D'souza 1545ad65d1 fix: Don't need postgres to use Frappe
* Made code DRY-er by using obscure frappe.db.is_data_too_long
* Python would run psycopg import line which would check if postgres is
  installed. Sites just wanting to chill w MariaDB would also need
  Postgres to be installed to get Frappe running. Fixes https://github.com/frappe/frappe/issues/14193
2021-09-14 13:06:59 +05:30
..
__init__.py Postgres support for Frappe (#5919) 2018-09-21 10:20:48 +05:30
database.py fix: Don't need postgres to use Frappe 2021-09-14 13:06:59 +05:30
framework_postgres.sql feat(minor): Packages! also cleanup of DocField and other minor fixes 2021-09-05 22:01:55 +05:30
schema.py fix(minor): quote the column names in alter table 2020-08-31 11:29:18 +05:30
setup_db.py chore: Drop dead and deprecated code 2021-05-26 15:31:29 +05:30