We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acee5e7 commit 3fdd6e5Copy full SHA for 3fdd6e5
README.md
@@ -1,7 +1,7 @@
1
-Database Proxy
2
-==============
+Database Proxy API
+==================
3
4
-A simple API is used to connect the database which is in private/intranet network.
+A simple http API is used to connect the database which is in private/intranet network.
5
6
## Usage
7
@@ -49,6 +49,7 @@ p := godpa.NewProxy(handlers)
49
p.Run()
50
```
51
52
+## Thanks [ORM](https://github.com/go-xorm/xorm)
53
54
## License
55
0 commit comments