File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,24 @@ func main() {
35
35
}
36
36
```
37
37
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
+
38
56
## Getting Started
39
57
40
58
To run the server, use the following commands:
You can’t perform that action at this time.
0 commit comments