https://github.com/krdlab/hdbc-mysql-driver
Yet another MySQL driver for HDBC
https://github.com/krdlab/hdbc-mysql-driver
Last synced: about 1 year ago
JSON representation
Yet another MySQL driver for HDBC
- Host: GitHub
- URL: https://github.com/krdlab/hdbc-mysql-driver
- Owner: krdlab
- License: bsd-3-clause
- Created: 2015-12-26T10:51:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-27T10:45:49.000Z (over 10 years ago)
- Last Synced: 2025-02-08T11:34:23.702Z (over 1 year ago)
- Language: Haskell
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yet another MySQL driver for HDBC
This package provides a MySQL driver for HDBC, and uses [mysql package](https://github.com/bos/mysql).
I'm implementing a support for prepared statement right now.