Commit graph

18 commits

Author SHA1 Message Date
Daniel Akhterov
2cce6fba01 Rename and merge crate as a package 2019-07-26 15:27:55 -07:00
Daniel Akhterov
9d8b567790 WIP: Mariadb initial handshake packet 2019-07-26 15:10:18 -07:00
Ryan Leckey
7c70445e3d Move main.rs to examples/postgres 2019-07-26 09:20:09 -07:00
Ryan Leckey
3d01db84a0 Add create/drop database to the main driver 2019-07-26 08:43:46 -07:00
Ryan Leckey
04f56570a4 Collapse into 1 crate 2019-07-25 23:41:50 -07:00
Zachery Gyurkovitz
a49191fd46 Change get_results to produce a Stream 2019-07-25 11:54:36 -07:00
Ryan Leckey
908f228fb5 Update Rust and dependencies 2019-07-17 22:04:38 -07:00
Ryan Leckey
c040c97cb3 Initial experiment with the low-level API and PREPARE + EXECUTE queries 2019-07-16 01:15:12 -07:00
Ryan Leckey
4c90e026f7 Improve performance and minor tweaks 2019-06-29 21:32:39 -07:00
Ryan Leckey
ee449d351b Update dependencies 2019-06-28 21:39:36 -07:00
Ryan Leckey
5c73e220b6 Set up a connection benchmark using a mocked pg server 2019-06-26 12:49:08 -07:00
Ryan Leckey
22f71df7c7 mason -> sqlx 2019-06-22 20:54:43 -07:00
Ryan Leckey
3fa880f5f3 Optimize encode performance for NoticeResponse 2019-06-21 20:58:32 -07:00
Ryan Leckey
eaeef57b96 Experiment with lazy decoding of NoticeResponse 2019-06-20 22:41:13 -07:00
Ryan Leckey
3bc3be1ab1 Work more on client/server protocol 2019-06-15 23:13:54 -07:00
Ryan Leckey
fda6d9ef81 Establish a solid foundation with mason-postgres 2019-06-10 21:59:56 -07:00
Ryan Leckey
7fd4918c48 Initial low-level connection interface 2019-06-07 15:34:21 -07:00
Ryan Leckey
d29b24abf0 Initial commit 2019-06-06 06:10:50 -07:00