张旭红 (karminski-牙医)
Results
2
issues of
张旭红 (karminski-牙医)
Add a new example usage that reminds the user to utilize the escape method for the connection string
2
For certain Golang database driver libraries, such as [go-sql-driver](https://github.com/go-sql-driver/mysql?tab=readme-ov-file#password) the connection string is automatically escaped by the library itself. Therefore, I believe it is crucial to inform users whether the...
Add lua binding and examples/simple-lua as demo.