-
Notifications
You must be signed in to change notification settings - Fork 248
Content outline
Josh Heyer edited this page Aug 24, 2020
·
12 revisions
Site sections:
- Installing
- Connecting
- Developing
- Deploying
- Tuning PostgreSQL
- Securing PostgreSQL
- High Availability (HA)
- Patching PostgreSQL
- Deploying at scale
- Ansible
- Puppet
- Terraform
- Disaster Recovery (DR)
- Performance Tuning
Are these structural or these tags that cross sections? Primarily tags: sections should be task-oriented, with articles covering specific platforms. That said, some tasks are primarily relevant to a subset of platforms: schema migrations are widely applicable, while mapping stored procedure results to objects is specific to ORM platforms. Identifying the root task is therefore essential to defining structure.
Key languages / libraries include (rough priority based on usage):
- Java
- Hibernate
- JDBC
- Spring Data
- Python
- Django
- SQLAlchemy
- psycopg2
- Pandas
- JavaScript
- sequelize.js
- knex.js
- node-postgres
- Ruby
- Rails
- C#
- Npgsql
- Entity Framework (Core)
- PHP
- PDO
- Laravel
- Doctrine