Skip to content

Commit 412f479

Browse files
Fix README formatting, links, and minor grammar (#9)
1 parent 940d357 commit 412f479

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Learn PostgreSQL
32

43
Welcome to the **Learn PostgreSQL** repository! This guide provides comprehensive resources to help you understand and master **PostgreSQL**, a powerful open-source relational database management system known for its reliability, scalability, and extensive feature set. PostgreSQL supports a wide variety of data types and offers advanced functionality that makes it suitable for high-performance, data-intensive applications.
@@ -17,24 +16,24 @@ Welcome to the **Learn PostgreSQL** repository! This guide provides comprehensiv
1716
- [SQL Clauses](psql/clauses.md)
1817
- [Advanced Concepts](psql/advance.md)
1918
- [Functions & Procedures](psql/functions.md)
20-
- [ Practice & Examples](#-practice--examples)
21-
- [ Contributing](#contributing)
22-
- [License](#license)
23-
- [Acknowledgements](#acknowledgements)
19+
- [💪 Practice & Examples](#-practice--examples)
20+
- [Contributing](#contributing)
21+
- [License](#license)
22+
- [Acknowledgements](#acknowledgements)
2423

2524
## Introduction
2625

2726
**PostgreSQL**, often referred to as **Postgres**, has been in active development since 1989 and has evolved into one of the most robust relational database management systems available today. Known for its **ACID compliance** (Atomicity, Consistency, Isolation, Durability), it ensures the reliability and integrity of your data. Its advanced features like **multi-version concurrency control (MVCC)**, **triggers**, **foreign keys**, and **stored procedures** make PostgreSQL a top choice for a wide range of applications, from small web apps to large enterprise systems.
2827

29-
Whether you're a beginner or an experienced developer, this guide will walk you through the essentials of PostgreSQL, from installation to advanced database management techniques.
28+
Whether you're a beginner or an experienced developer, this guide **walks you through** the essentials of PostgreSQL, from installation to advanced database management techniques.
3029

3130
## Key Features
3231

3332
PostgreSQL offers numerous features that make it stand out as a leading database management system:
3433

3534
- **ACID Compliance**: Guarantees data reliability and consistency in all transactions.
3635
- **JSON Support**: Offers robust support for handling JSON data, allowing for hybrid relational/NoSQL models.
37-
- **High Performance**: Optimized for speed, handling complex queries efficiently, even under heavy load.
36+
- **High Performance & Scalability**: Optimized for speed, handling complex queries efficiently, even under heavy load.
3837
- **Security**: Provides secure authentication methods, encryption, and access control for data protection.
3938
- **Open Source**: Free to use, modify, and distribute under the PostgreSQL license.
4039
- **Replication & Clustering**: Supports replication for high availability and horizontal scaling.
@@ -49,7 +48,7 @@ PostgreSQL offers numerous features that make it stand out as a leading database
4948

5049
🟢 **Absolute Beginner** (8-12 hours)
5150
- Start with [Installation](psql/installation.md)
52-
- Learn [Basic Queries](psql/query.md)
51+
- Learn [Basic Queries](psql/query.md)
5352
- Practice with [Beginner Exercises](exercises/beginner-exercises.md)
5453

5554
🟡 **Some SQL Experience** (12-16 hours)
@@ -100,5 +99,4 @@ This project is licensed under the [MIT License](LICENSE), allowing you the free
10099

101100
## Acknowledgements
102101

103-
This documentation was created with assistance from tools like **ChatGPT**, **Google Bard**, and various online resources. For more details, see the [declaration page](declaration.md).
104-
102+
This documentation was created with assistance from tools like **ChatGPT**, **Google Bard**, and various online resources. For more details, see the [declaration page](declaration.md).

0 commit comments

Comments
 (0)