Skip to content

Commit 2302797

Browse files
doc: update README
1 parent 45f2bf4 commit 2302797

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,24 @@ func main() {
3535
}
3636
```
3737

38+
## Features
39+
40+
- Flexible Connection Handling
41+
- Supports both URL-style connection strings (postgres://user:pass@host:port/db)
42+
- Supports key-value connection strings (`host=localhost port=5432`)
43+
- SSL/TLS Support
44+
- Automatic SSL/TLS negotiation when `sslmode=require`
45+
- Secure encrypted connections
46+
- Query Interface
47+
- Simple query protocol support
48+
- Extended query protocol with parameter binding
49+
- Support for parameterized queries using $1, $2 etc.
50+
- Connection Configuration
51+
- Configurable verbose mode for debugging
52+
- Custom drive configuration options via models.DriveConfig
53+
- Clean Resource Management
54+
- Proper connection termination
55+
3856
## Getting Started
3957

4058
To run the server, use the following commands:

0 commit comments

Comments
 (0)