Commit graph

54 commits

Author SHA1 Message Date
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
Ryan Leckey
382124fe57
Update README.md 2019-12-28 01:37:02 -08:00
Ryan Leckey
9186400668
Update README.md 2019-12-27 17:31:53 -08:00
Ryan Leckey
d76b1357da Audit MySql and Postgres protocols 2019-12-27 17:31:01 -08:00
Ryan Leckey
b52c0e3d8e Minor change to the tagline 2019-09-10 23:31:12 -07:00
Ryan Leckey
9ed276d454
Update README.md 2019-08-21 21:53:51 -07:00
Ryan Leckey
7671fc403f
Update README.md 2019-08-21 21:51:59 -07:00
Ryan Leckey
9e64093860
Update README.md 2019-08-21 21:51:50 -07:00
Ryan Leckey
bb617f6fa1
Update README.md 2019-08-21 21:51:32 -07:00
Ryan Leckey
0f4b9dcc89
Update README.md 2019-08-06 22:47:32 -07:00
Ryan Leckey
22f71df7c7 mason -> sqlx 2019-06-22 20:54:43 -07:00
Ryan Leckey
1e983a2a8b Add a note about AsyncDrop 2019-06-10 21:57:50 -07:00