PostgreSQL
Powerful, open source object-relational database system with over 35 years of active development.
Overview
This repository contains the official source distribution of PostgreSQL, an advanced object-relational database management system. It supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, and user-defined types and functions - which is part of why Postgres is often extended with custom data types and functionality rather than treated as a fixed, closed relational engine.
Most users install a prebuilt package for their platform rather than building from this source distribution directly; official documentation covers both building from source and general usage. PostgreSQL fits applications that need a mature, standards-compliant relational database with room to extend it - from typical transactional web-app data to more specialized workloads via extensions.
- Categories
- Database
- Languages
- C
- License
- PostgreSQL License
Related Projects
Appwrite
BSD-3-ClauseOpen-source backend platform providing authentication, databases, storage, functions and realtime APIs, self-hosted or as a managed cloud service.
- Backend
- Database
- Authentication & Security
Hasura
Apache-2.0Instant GraphQL and REST APIs on top of PostgreSQL and other databases, via Data Connectors.
- Backend
- API
- Database
MongoDB
SSPL-1.0Document-oriented NoSQL database designed for scalability and developer flexibility.
- Database
Redis
AGPL-3.0In-memory data structure store used as a database, cache, message broker and streaming engine.
- Database
- Storage
Spotted an error? Suggest an edit on GitHub.