Skip to content

Commit 2b2f4cb

Browse files
authored
Update README.md
1 parent db883d5 commit 2b2f4cb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ Currently still work on the project setup so please come back later again :)
1010

1111
# go/sqlx
1212

13+
Quick dating the lib:
1314
- **🧐 What is sqlx?**
1415
sqlx is a library which provides a set of extensions on go's standard
1516
`database/sql` library.
1617
- **🚀 Why use sqlx?**
1718
Marshal rows into Structs, Named Prepared Statements, `Get` and `Select` to go quickly from query to struct/slice
18-
- **🤝🏻 comapitble**
19+
- **🤝🏻 comapitble with the native packages?**
1920
sqlx leaves the underlying interfaces untouched and just superset on the standard ones
2021

2122

0 commit comments

Comments
 (0)