Difference between revisions of "Pyramid"
Jump to navigation
Jump to search
Rafahsolis (talk | contribs) (Created page with "Pyramid with postgresql and SQLAlchemy<br /> Requirements * PostgreSQL == Postgresql database config == in production.ini and development.in set: sqlalchemy.url = postgresq...") |
Rafahsolis (talk | contribs) |
||
| Line 1: | Line 1: | ||
Pyramid with postgresql and SQLAlchemy<br /> | Pyramid with postgresql and SQLAlchemy<br /> | ||
Requirements | Requirements | ||
| − | + | * PostgreSQL | |
== Postgresql database config == | == Postgresql database config == | ||
in production.ini and development.in set: | in production.ini and development.in set: | ||
| − | sqlalchemy.url = postgresql:// | + | sqlalchemy.url = postgresql://user:password@host/indeed |
Revision as of 16:21, 13 February 2016
Pyramid with postgresql and SQLAlchemy
Requirements
- PostgreSQL
Postgresql database config
in production.ini and development.in set:
sqlalchemy.url = postgresql://user:password@host/indeed