1
0
mirror of https://github.com/actix/examples synced 2025-04-19 15:20:02 +02:00

87 Commits

Author SHA1 Message Date
Rob Ede
3f2186ef19
chore: tweaks to diesel-async 2025-04-09 23:49:30 +01:00
Rob Ede
f2c51a8713
build: nixify 2025-04-09 23:20:42 +01:00
Rob Ede
c5ce3c118e
Merge pull request #992 from alexted/feature/diesel-async-example
Diesel-async usage example
2025-04-09 21:45:35 +00:00
Rob Ede
04f8cba71b
chore: fmt 2025-03-21 06:07:31 +00:00
Rob Ede
a7527d72f3
chore: edition 2024 2025-03-11 01:42:01 +00:00
Alex Ted
94f20bb481 fix(tests): ignore tests if postgres isn't up 2025-02-28 12:26:21 +03:00
Alex Ted
9a25c3b233 fix(tests): ignore tests if postgres isn't up 2025-02-28 12:17:26 +03:00
Alex Ted
dbea1221d8 build: updated from main 2025-02-25 10:40:03 +03:00
Alex Ted
661438af4a feat: added docker list containers command to the diesel-async README.md to check if postgres is up and running 2025-02-25 10:38:15 +03:00
Alex Ted
14fbe6d334 feat: fixed link to details about pooled connection initialization 2025-02-25 10:38:15 +03:00
Alex Ted
f53394c132 feat: added postgresql feature to the ci diesel_cli installation 2025-02-25 10:38:15 +03:00
Alex Ted
e2a957eadd feat: fixed endpoints path prefix 2025-02-25 10:38:15 +03:00
Alex Ted
1b14e6e98b feat: unit-tests added 2025-02-25 10:38:15 +03:00
Alex Ted
2b275e8ed1 chore: updated from main 2025-02-25 10:37:56 +03:00
Alex Ted
631c5f9472 feat: diesel-async usage example 2025-02-25 10:37:10 +03:00
Rob Ede
df0dc549a5
chore: update derive_more to v2 2025-02-24 04:08:14 +00:00
Cole
87180fdf70
Correct type 2025-01-04 17:18:29 -06:00
Rob Ede
0633fd447b
chore: update db-redis redis dep 2024-12-28 20:25:10 +00:00
Rob Ede
f30795f014
chore: fmt 2024-08-07 02:04:57 +01:00
Full-Stack Alex
4dae76da27
Update README.md
Update .env var syntax to use underscores instead of dots, which cause an error difficult to debug if you are not familiar with Confik.
2024-07-28 21:22:23 +02:00
Rob Ede
dca1d50430
refactor: update mongodb to 3 2024-07-07 02:03:51 +01:00
Rob Ede
0bdd5479ff
refactor: use confik instead of config 2024-07-07 02:01:13 +01:00
Rob Ede
03879899a5
chore: update pin-project 2024-07-07 01:42:16 +01:00
Rob Ede
1bae92b0fb
chore: update uuid dep 2024-06-05 05:10:48 +01:00
Rob Ede
8e0b57e658
feat: add mainmatter telemetry workshop example 2024-06-05 04:52:05 +01:00
Rob Ede
bfed118301
chore: remove redundant imports 2024-02-20 03:29:12 +00:00
Rob Ede
3596d6af6a
chore: remove deprecated calls 2023-12-26 03:56:28 +00:00
Rob Ede
1e294fa1ab
Merge branch 'master' into dependabot/cargo/redis-0.24.0 2023-12-26 03:55:07 +00:00
dependabot[bot]
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
dependabot[bot]
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
dependabot[bot]
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
Rob Ede
0281a1a112
fix last dotenv reference 2023-10-29 01:48:04 +01:00
Rob Ede
e2c32161a9
update dotenv::dotenv references 2023-10-29 01:18:40 +01:00
Rob Ede
07bb27eb4b
migrate to dotenvy 2023-10-29 01:17:49 +01:00
Rob Ede
4e15805325
update postgres and sailfish deps 2023-10-29 01:14:14 +01:00
Rob Ede
db35977fbe
chore: fmt 2023-07-22 22:29:35 +01:00
Joey Figaro
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
Rob Ede
2ece131b36
remove unneeded dependencies 2023-07-18 17:42:33 +01:00
Rob Ede
16bfb1cf2f
simplify sql create tables 2023-07-18 01:09:09 +01:00
Rob Ede
048f4fd884
improve mysql readme 2023-07-18 01:01:26 +01:00
Rob Ede
f3cf37bb0d
fix vue example ports
closes #624
2023-07-17 22:26:11 +01:00
Rob Ede
da976e0415
refactor mysql models 2023-07-17 22:13:50 +01:00
Rob Ede
a86471501d
split up mysql modules 2023-07-17 20:59:04 +01:00
Rob Ede
6f94000c80
remove methods from paths 2023-07-17 18:56:41 +01:00
Rob Ede
43fdd8ad62
deref to pool through data 2023-07-17 18:51:15 +01:00
Rob Ede
dfd925d4c1
add mysql example to workspace 2023-07-17 17:55:17 +01:00
Last Emperor
8e736d9ea4
Add example for Mysql client library (MySql database driver) #622 (#623) 2023-07-17 17:31:58 +01:00
Rob Ede
1ca11e70e8
update sqlx dep to 0.7 2023-07-09 02:05:10 +01:00
Rob Ede
dbfa486897
update minijinja version 2023-07-09 00:56:56 +01:00
Rob Ede
fd7d4c8a23
improve documentation of diesel example 2023-03-14 02:33:45 +00:00