We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db883d5 commit 2b2f4cbCopy full SHA for 2b2f4cb
1 file changed
README.md
@@ -10,12 +10,13 @@ Currently still work on the project setup so please come back later again :)
10
11
# go/sqlx
12
13
+Quick dating the lib:
14
- **🧐 What is sqlx?**
15
sqlx is a library which provides a set of extensions on go's standard
16
`database/sql` library.
17
- **🚀 Why use sqlx?**
18
Marshal rows into Structs, Named Prepared Statements, `Get` and `Select` to go quickly from query to struct/slice
-- **🤝🏻 comapitble**
19
+- **🤝🏻 comapitble with the native packages?**
20
sqlx leaves the underlying interfaces untouched and just superset on the standard ones
21
22
0 commit comments