Go to file
Felipe Lessa b0329b05dc Use a bigger default chunk size when constructing the query.
The default is 112 bytes, or 56 characters.  With this commit we
start using 992 bytes, or 496 characters, which should be enough
to fit most queries without needing reallocations or memory copies.
2012-09-06 14:18:42 -03:00
src/Database Use a bigger default chunk size when constructing the query. 2012-09-06 14:18:42 -03:00
test Instead of using rawSql's Single, use a new data type Value. 2012-09-06 01:40:52 -03:00
.gitignore Initial skeleton. 2012-09-03 11:38:22 -03:00
esqueleto.cabal Bump version to 0.2.4. 2012-09-06 13:58:22 -03:00
LICENSE Initial commit. 2012-09-03 09:18:39 -03:00
README Initial commit. 2012-09-03 09:18:39 -03:00
Setup.hs Initial commit. 2012-09-03 09:18:39 -03:00