Releases: linxGnu/mssqlx
Releases · linxGnu/mssqlx
v1.0.7
- Use
sqlx.Open
to create DB connection. This will prevent db null pointer (#2)
v1.0.5
- Highly optimize performance using lock-free, thread-safe types
v1.0.3
- Handling bad connection more precisely
v1.0.2
- Remove dsn from stderr printing for security reason