Commit graph

82 commits

Author SHA1 Message Date
Austin Bonander
bb330f8e68
feat(docs): add an FAQ (#1319) 2021-07-14 14:29:42 -07:00
Jonas Platte
4986ea2e59
Improve root README.md and sqlx-cli/README.md (#1262)
* readme: Fix inconsistent list style

* readme: Improve text alignment

* readme: Fix missing links

* readme: Consistently use code formatting for runtime & TLS crates and dedup links

* readme: Add SQLx is not an ORM section

* readme: Improve documentation about offline mode
2021-05-30 15:52:25 -07:00
Imbolc
98812561f6 Update README.md 2021-02-27 01:06:42 -08:00
Imbolc
cded993246 A little ambiguity in readme 2021-02-27 01:06:42 -08:00
Ryan Leckey
94d0baeb52
release: 0.5 2021-02-04 06:32:50 -08:00
Tim Habermaas
af7f259445 Remove fetch_scalar mention from README.md
The function no longer exists. Fixes #969.
2021-01-23 10:47:33 -08:00
Southball
ffc2c6c67a Fix README.md to include mysql flag 2020-12-22 20:08:48 -08:00
Ryan Leckey
565d0a91a3
release: v0.4.2 2020-12-19 01:07:50 -08:00
Ryan Leckey
54011f1893
docs: tweak quickstart fix PR for review comments 2020-12-18 21:33:51 -08:00
Kezi
3b80998801
use toml language in example
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
2020-12-18 21:33:51 -08:00
Kezi
057ead3bf4
remove useless use 2020-12-18 21:33:51 -08:00
Kezi
60d3e182b4
Make quickstart actually quick
fixes #760
2020-12-18 21:33:51 -08:00
Josh Triplett
71a72e7c67 Add support for git2::Oid (under the git2 feature flag)
This allows queries to convert between Oid and SQL data types.
2020-11-21 14:32:29 -08:00
Josh Triplett
47b0973bdb Add support for bstr::BString (under the bstr feature flag)
This allows queries to convert between BString and SQL data types.
2020-11-21 14:03:11 -08:00
Alan D. Salewski
331e7bc564 README.md: group 'runtime-foo-*' features together by runtime 2020-11-12 11:39:19 -08:00
Alan D. Salewski
548d11cc22 README.md: remove duplicate feature entry: 'runtime-tokio-native-tls' 2020-11-12 11:39:19 -08:00
Ryan Leckey
f22a3f5a5d remove default runtime, you must now always select a runtime 2020-11-12 07:42:31 -08:00
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