forked from chinainvent/mysql-go-connector
-
Notifications
You must be signed in to change notification settings - Fork 0
Mysql-go-connector is fast and handy go api to access mysql database
29n/mysql-go-connector
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Name
mysql-go-connector - A go package to access mysql server by
wrapping mysql C client library.
Version
v0.01
Preparation
1. Before to run test case, you should start mysqld in localhost, and create a database:
mysql> create database webapi;
mysql> GRANT USAGE ON webapi.* to webapi@localhost IDENTIFIED BY 'itbuwebapi';
mysql> GRANT ALL ON webapi.* to webapi@localhost;
2. Install mysql-devel
$ yum -y install mysql-devel.i686 (on my Fedora13)
Installation
$ git clone http://github.com/chinainvent/mysql-go-connector
$ make
$ make test
Compatibility
The following versions of mysqld should work with this package:
* >= mysqld 5.1.47
Report Bugs
Although a lot of effort has been put into testing and code tuning,
there must be some serious bugs lurking somewhere in this module. So
whenever you are bitten by any quirks, please don't hesitate to
1. send a bug report or even patches to <agentzh@gmail.com>,
2. or create a ticket on the issue tracking interface
(<http://github.com/chinainvent/mysql-go-connector/issues >) provided by
GitHub.
Source Repository
http://github.com/chinainvent/mysql-go-connector
ChangeLog
TODO
* add testing code
Author
chinainvent <chinainvent.zyk@gmail.com>
Copyright & License
Use of this source code is governed by a BSD-style license that can be found
in the LICENSE file.
Copyright (c) 2009, chinainvent <chinainvent.zyk@gmail.com>
See Also
http://golang.org/
About
Mysql-go-connector is fast and handy go api to access mysql database
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published