crystal-mysql icon indicating copy to clipboard operation
crystal-mysql copied to clipboard

Basic mysql bindings for crystal.

Results 10 crystal-mysql issues
Sort by recently updated
recently updated
newest added

Not sure if this is an issue ot a feature request. I notice that you use MySQLField for fetching rows, is it possible to retrieve the row data using the...

- [x] `SELECT 1` - [x] `SELECT 1, 2, 3, "hello world"` - [x] `CREATE TABLE`/`DROP TABLE`/etc - [x] multiple rows result - [ ] recognize mysql types and construct...

Hi Sorry to ask a basic question (I'm new to Crystal). my_query = "select firstname, lastname from table where lastname = 'smith'" a = conn.query puts a gives the string...

Hello, I noticed that your query interface is different from the postgres interface [crystal-pg](https://github.com/will/crystal-pg/). Not making a statement around which is better, just wondering if you two could talk a...

Hello, Is it possible to cache queries? ``` crystal query = MySQL::Query.new(%{SELECT * FROM user WHERE created_at > :from_filter}) conn = MySQL.connect("127.0.0.1", "crystal_mysql", "", "crystal_mysql_test", 3306_u16, nil) results = query.run(conn,...

This cracks `Query` class, but can be mitigated, if all `escaped_string` made lazy.

- [x] Try to run it on mac os x - [x] Fix all problems that was found - [ ] Understand how it can be automated (travis beta feature...

- [ ] Is it possible with crystal? - [ ] How to do it on travis? Probably utilize LXC? - [ ] Fix issues with 32bit in this library...