1
0
mirror of https://github.com/actix/examples synced 2025-06-28 18:00:37 +02:00
Commit Graph

62 Commits

Author SHA1 Message Date
bfed118301 chore: remove redundant imports 2024-02-20 03:29:12 +00:00
3596d6af6a chore: remove deprecated calls 2023-12-26 03:56:28 +00:00
1e294fa1ab Merge branch 'master' into dependabot/cargo/redis-0.24.0 2023-12-26 03:55:07 +00:00
7146f8e31c Bump deadpool-postgres from 0.11.0 to 0.12.1
Bumps [deadpool-postgres](https://github.com/bikeshedder/deadpool) from 0.11.0 to 0.12.1.
- [Changelog](https://github.com/bikeshedder/deadpool/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bikeshedder/deadpool/compare/deadpool-postgres-v0.11.0...deadpool-postgres-v0.12.1)

---
updated-dependencies:
- dependency-name: deadpool-postgres
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-25 17:50:22 +00:00
e9c899a32a Bump redis from 0.23.3 to 0.24.0
Bumps [redis](https://github.com/redis-rs/redis-rs) from 0.23.3 to 0.24.0.
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](https://github.com/redis-rs/redis-rs/compare/redis-0.23.3...redis-0.24.0)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 17:42:43 +00:00
a9d49dcf25 Bump config from 0.13.3 to 0.13.4 (#671)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2023-12-04 18:02:38 +00:00
0281a1a112 fix last dotenv reference 2023-10-29 01:48:04 +01:00
e2c32161a9 update dotenv::dotenv references 2023-10-29 01:18:40 +01:00
07bb27eb4b migrate to dotenvy 2023-10-29 01:17:49 +01:00
4e15805325 update postgres and sailfish deps 2023-10-29 01:14:14 +01:00
db35977fbe chore: fmt 2023-07-22 22:29:35 +01:00
de0411ca31 feat: update example api to support GET /users (#629)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2023-07-22 22:28:57 +01:00
2ece131b36 remove unneeded dependencies 2023-07-18 17:42:33 +01:00
16bfb1cf2f simplify sql create tables 2023-07-18 01:09:09 +01:00
048f4fd884 improve mysql readme 2023-07-18 01:01:26 +01:00
f3cf37bb0d fix vue example ports
closes #624
2023-07-17 22:26:11 +01:00
da976e0415 refactor mysql models 2023-07-17 22:13:50 +01:00
a86471501d split up mysql modules 2023-07-17 20:59:04 +01:00
6f94000c80 remove methods from paths 2023-07-17 18:56:41 +01:00
43fdd8ad62 deref to pool through data 2023-07-17 18:51:15 +01:00
dfd925d4c1 add mysql example to workspace 2023-07-17 17:55:17 +01:00
8e736d9ea4 Add example for Mysql client library (MySql database driver) #622 (#623) 2023-07-17 17:31:58 +01:00
1ca11e70e8 update sqlx dep to 0.7 2023-07-09 02:05:10 +01:00
dbfa486897 update minijinja version 2023-07-09 00:56:56 +01:00
fd7d4c8a23 improve documentation of diesel example 2023-03-14 02:33:45 +00:00
e353c7ae11 update deps 2023-01-07 15:23:31 +00:00
b951c4dbee move derive_more to workspace dep 2023-01-02 20:38:03 +00:00
9e4882285e move serde deps to workspace 2023-01-02 20:35:11 +00:00
91ffa11e19 move a couple more things to workspace deps 2023-01-02 20:33:43 +00:00
66c7e1e9b5 use workspace deps for log and env_logger 2022-12-30 16:25:40 +00:00
aee47e0817 Use workspace dependencies for actix-web (#594) 2022-12-21 14:49:28 +00:00
c1345414e2 Fix incorrect spelling of file setup_db.sh (#593) 2022-12-17 15:33:03 +00:00
a814ac0d5c fix diesel test in CI (#592) 2022-12-12 02:41:22 +00:00
c78332c0f9 update env_logger to 0.10 2022-12-11 15:25:57 +00:00
8f924c4791 Add SeaORM in examples/databases. (#587) 2022-11-22 10:57:21 +00:00
3b4ad584eb Fix invalid non-existent link (for database example:rbatis). (#585) 2022-11-22 06:10:26 +00:00
1e1767135d Update README.md (#579) 2022-11-04 22:11:36 +00:00
ddda86784a update deps 2022-10-26 16:51:27 +01:00
8a22559cac fmt 2022-10-16 21:20:54 +01:00
fa323545e9 update redis example to v0.22 2022-10-16 19:14:40 +01:00
ed04cc97b3 update diesel to v2 2022-09-10 23:33:09 +01:00
0b93208bb2 bump futures-utils to 0.3.17 2022-07-12 01:08:56 +01:00
8770694e11 add fluent templates example 2022-07-10 03:30:48 +01:00
bbb2e54f07 update some easy deps 2022-07-09 22:54:51 +01:00
a64e21ee6e group imports 2022-07-09 21:08:11 +01:00
4b801ba222 clippy 2022-07-09 21:05:06 +01:00
db5f00e771 Use captured args in format string (#558) 2022-06-08 03:53:38 +01:00
912de4aa46 Minor lints and clippies (#557) 2022-06-08 03:53:28 +01:00
271a68c07d Update dependencies for databases/postgres (#555)
Fix config code to account for breaking changes
2022-06-08 00:51:42 +01:00
a7a7f0858b Update databases/postgres/README.md (#554)
* Update databases/postgres/README.md

Add sudo -u postgres to relevant commands

Add privilege granting step for new user

Add -i flag to curl command to show HTTP response code

* Update databases/postgres/README.md

Add more options for accomplishing tasks

Add note regarding
2022-06-06 19:20:46 +01:00