Jonas Platte
b14266ba2e
Add rustls support
2020-11-12 07:32:59 -08:00
Jonas Platte
a161bcba05
Rename cargo features in preparation for rustls support
2020-11-12 07:32:21 -08:00
Eric Semeniuc
c45770da4e
Fix grammar on readme
2020-11-03 22:50:15 -08:00
Eric Semeniuc
78a5629d5a
Add runtime-actix and migrate features to readme
2020-11-03 22:50:15 -08:00
Rolf Kreibaum
81ef89401e
Fix typo: add missing &pool parameter
2020-10-29 20:08:09 -07:00
Joshua Nelson
7eca0b90e0
Document macros
feature in README
2020-10-15 22:36:00 -07:00
吴翱翔
c5157c950d
Add decimal feature to README.md
2020-07-31 04:13:28 -07:00
Max Countryman
9ea5ce01a2
ensure correct crates version
2020-07-28 07:31:54 -07:00
Ryan Leckey
811982db80
chore: update README
2020-07-27 02:11:46 -07:00
Ryan Leckey
54c857b448
fix some remaining usage of PoolOptions
2020-07-14 06:33:36 -07:00
Ryan Leckey
fc682fa991
fix: adjust pool usage in tests and examples
2020-07-12 04:42:48 -07:00
Ryan Leckey
6697e45dde
Update README.md
2020-06-07 02:41:39 -07:00
dyoshikawa
086dfec002
Fix the example code in README.
2020-05-30 16:05:43 -07:00
Walther Chen
c9c82b06c1
readme example typo
...
I believe `.build()` takes `&str`, but `env:var()` returns ` Result<String, VarError>`
2020-04-30 21:15:33 -07:00
Josh Holmer
8deb5549b3
Fix missing derive in Readme example
2020-04-13 13:41:29 -07:00
Maksim Vykhota
5865635a80
fix 'fetch_all' typo
2020-04-11 04:21:38 -07:00
Lewis Belcher
903de3e8d8
Update README.md
...
Simple terminology fix.
2020-04-07 04:11:11 -07:00
Nicholas Connor
e3cc3ae762
Fix MySQL connection URL example
2020-04-03 10:46:42 -04:00
Ryan Leckey
5676930526
Update README.md
2020-03-30 16:39:59 -07:00
Ryan Leckey
9450833edf
Update README.md
2020-03-30 16:37:46 -07:00
Ryan Leckey
4dfa50d85c
Update README.md
2020-03-29 16:33:29 -07:00
Ryan Leckey
185f991424
Update README
2020-03-29 13:45:52 -07:00
Ryan Leckey
0c7ab87924
Update README.md
2020-03-27 17:32:16 -07:00
Ryan Leckey
edb5ffbe77
Update README.md
2020-03-27 17:31:59 -07:00
Ryan Leckey
807fc8eacd
Update README.md
2020-03-27 17:31:43 -07:00
Ryan Leckey
4a98a51a19
Merge remote-tracking branch 'utter-step/time-rs'
2020-03-21 01:25:00 -07:00
Ryan Leckey
a3a97fc0a4
Update README.md
2020-03-18 22:51:31 -07:00
Vlad Stepanov
78362ccc41
update README.md
2020-03-04 22:11:46 +03:00
Vlad Stepanov
084add9cdb
#115 : implement time-rs support
2020-02-29 22:38:48 +03:00
Nicholas Connor
745c5c3957
Updated the README example with acquire connection ( #99 )
...
* Updated the README example with acquire connection
Initially from reading the docs and examples I tried to use `&mut pool` instead of `&mut conn`. The compiler gave me an error that `Pool<MySql>` didn't implement `Executor`. I had to do a bit of digging and eventually just viewed the source of `Pool` to find `acquire()`, `try_acquire()` etc.
I think this change makes it a bit easier for someone to get started.
* Update README.md to reference initial pool declaration
* Fixed compile issues and added examples of using &mut &pool
2020-01-31 23:30:08 -08:00
Austin Bonander
afaee44512
README: shorten and sweeten DATABASE_URL
note
2020-01-30 03:36:58 -08:00
Austin Bonander
136b51b019
README: specify query!()
works at compile-time
2020-01-30 03:34:59 -08:00
Austin Bonander
5966fae7c5
README: note req. of DATABASE_URL
for query!()
2020-01-30 03:34:09 -08:00
Ryan Leckey
36ba6951dd
Update README.md
2020-01-16 01:06:14 -08:00
Sondre Nilsen
c700c899c2
Fix instructions for using tokio
2020-01-15 18:56:39 +01:00
Ryan Leckey
e5f6bd49f3
Update README.md
2020-01-15 03:44:57 -08:00
Ryan Leckey
e770f2ab43
Update README.md
2020-01-15 01:36:00 -08:00
Ryan Leckey
7d62d9a286
Update README.md
2020-01-15 01:27:19 -08:00
Ryan Leckey
6c8fd949dd
Update README.md
2020-01-12 14:02:52 -08:00
Ryan Leckey
6ab0efb54f
Merge pull request #45 from yerke/patch-2
...
fix a typo
2020-01-12 10:57:35 -08:00
Ryan Leckey
3548e5922c
Update README.md
2020-01-12 10:22:12 -08:00
Yerkebulan Tulibergenov
aea7106112
fix a typo
2020-01-11 22:22:24 -08:00
Ryan Leckey
8d8fea874a
Use forbid(unsafe_code) over deny(unsafe_code)
2020-01-03 11:45:18 -08:00
Ryan Leckey
1d7a2f27c6
Merge pull request #14 from miclill/patch-2
...
update url: https://github.com/async-rs/async-std
2019-12-30 11:34:15 -08:00
miclill
cd77fadd35
update url: https://github.com/async-rs/async-std
2019-12-30 15:16:28 +00:00
miclill
20650a9ed4
fix spelling
2019-12-30 15:11:43 +00:00
Ryan Leckey
45191ce4f3
Update README.md
2019-12-30 02:29:56 -08:00
Andrew Hoetker
4f0fc16c62
fix minor typo
...
Fixed misspelling of 'beginnings' in README.md
2019-12-29 15:42:25 +11:00
Austin Bonander
156efd0c6a
README edits
2019-12-28 02:38:53 -08:00
Ryan Leckey
4db1f70ae1
Update README.md
2019-12-28 01:41:07 -08:00