14 Commits

Author SHA1 Message Date
Ryan Leckey
2024136c9e
style(mysql): compile-in more code without a selected runtime 2021-01-08 16:42:42 -08:00
Ryan Leckey
16077216df
style: clippy 2021-01-08 16:39:12 -08:00
Ryan Leckey
2557557935
feat(mysql): impl full connect phase for MySQL with support for:
- mysql_native_password
 - caching_sha2_password
 - sha256_password
 - non-default auth plugin (new)
2021-01-08 15:28:26 -08:00
Ryan Leckey
86576106e8 wip(mysql): impl native auth scramble 2021-01-03 18:23:51 -08:00
Ryan Leckey
7750168b80
wip(mysql): connect phase 2021-01-02 10:47:15 -08:00
Ryan Leckey
2195472e3e
feat(core): add DatabaseError 2021-01-02 10:46:51 -08:00
Ryan Leckey
4d63978da1
chore(mysql): add get_str_eof_unchecked 2021-01-02 10:46:25 -08:00
Ryan Leckey
e6d19c2a20
style(mysql): use lossy UTF-8 decoding for URL parsing 2021-01-02 10:45:57 -08:00
Ryan Leckey
c8b9e047ac
chore(mysql): add ERR and OK packets 2021-01-02 10:45:28 -08:00
Ryan Leckey
4781a6ab99
test: setup unit test runner that supports code coverage (requires nightly) 2021-01-01 14:37:58 -08:00
Ryan Leckey
ac408e9a56
style: rustfmt 2021-01-01 12:35:47 -08:00
Ryan Leckey
55a8e7ba29
wip(mysql): connection/establish, WriteExt, BufExt, and settle on AsyncRuntime 2021-01-01 12:28:48 -08:00
Ryan Leckey
44c175bb19
feat(mysql): fill out more in MySqlOptions and settle on accessors [#659] 2020-12-30 16:10:04 -08:00
Ryan Leckey
93bb9cceb0
feat(mysql): add initial Connection and Database types, hookup runtimes 2020-12-28 02:18:05 -08:00