Commit graph

97 commits

Author SHA1 Message Date
Austin Bonander
aa6c6d9752 fix(docs): update README for 0.7.0, note alpha cycle 2023-03-16 17:03:14 -07:00
Danilo Bargen
728280a2a3 README: Link build badge to workflow runs 2023-03-03 16:50:13 -08:00
Danilo Bargen
b61677d740 README: Fix build badge 2023-03-03 16:50:13 -08:00
Austin Bonander
b5312c3b6f Break drivers out into separate crates, clean up some technical debt (#2039)
* WIP rt refactors

* refactor: break drivers out into separate crates

also cleans up significant technical debt
2023-02-21 13:25:25 -08:00
Austin Bonander
a2eceec33b
chore: replace dotenv with dotenvy (#2003)
* chore: replace `dotenv` with `dotenvy`

The former appears to be unmaintained and the latter is a drop-in replacement.

* chore: fix all warnings
2022-07-28 14:33:44 -07:00
うらむんオイル
5e08cd077e
docs: update versions (#1993) 2022-07-26 15:46:38 -07:00
Romain
339e0580ca
fix #1905 : replaced all uses of "uri" to "url" (#1906)
* fix #1905 : replaced all uses of "uri" to "url"

* rebase commits

resolved conflicts in mod.rs

fixed conflict in options.rs

Update options.rs

Update options.rs

Update options.rs
2022-06-17 15:32:30 -07:00
LovecraftianHorror
5f7e25b81d
Make a note about sqlx macros opt level (#1685)
* docs: Add a snippet about opt levels for `sqlx-macros`

* docs: Fix does -> do
2022-02-15 20:14:41 -08:00
Kunjan Dalal
566b666df6
Added another ORM option which is build on SQLx (#1591) 2021-12-27 14:09:20 -08:00
Austin Bonander
fc056315db
fix(readme): mention examples 2021-11-09 17:55:55 -08:00
Austin Bonander
3604c6b9a0
fix(readme): mention offline feature
closes #1490
2021-11-09 17:35:37 -08:00
Austin Bonander
35c5e325aa
fix(readme): show runtime features in quickstart
closes #1492
2021-11-09 17:24:09 -08:00
Austin Bonander
51954fed8c
fix(readme): link to dotenv crate
closes #1405
2021-11-09 17:16:00 -08:00
Yerkebulan Tulibergenov
466d3f317d
Update README.md (#1479) 2021-10-20 16:40:34 -07:00
Vlad Frolov
24c0d5290b
docs: added a note about MySQL syntax in the README example (#1445) 2021-09-20 16:35:27 -07:00
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