367 Commits

Author SHA1 Message Date
Billy Chan
f2dbf6375e
update examples 2025-01-10 23:17:50 +08:00
Frederik Terstappen
13a3de6633
Update sea orm rocket (#2431)
* Update sea-orm-rocket dependencies

* Update rocket example dependencies

---------

Co-authored-by: Frederik Terstappen <freterstappen+gitlab@gmail.com>
2024-12-24 13:49:28 +00:00
Chris Tsang
29b7aa7004 update examples 2024-12-24 00:47:22 +00:00
Billy Chan
bfca886236
codegen: register seaography entity module (#2403)
* codegen: register seaography entity module

* codegen: register seaography active enum

* Update seaography examples

* fmt
2024-12-02 17:14:06 +08:00
Billy Chan
cf99b5f075
update examples 2024-12-02 14:55:35 +08:00
Chris Tsang
5f1a9d2a46 update examples 2024-11-04 01:01:05 +00:00
Billy Chan
647c93c464
Update example Cargo.lock 2024-10-18 09:36:33 +08:00
Billy Chan
72b1570591
Bump seaography 2024-10-17 15:21:20 +08:00
Billy Chan
1d08ea376d
Re-enable loco-rs examples 2024-10-15 14:51:23 +08:00
Billy Chan
ab660d418d
update examples 2024-10-15 14:35:40 +08:00
Billy Chan
05e85abf46
update examples 2024-10-15 14:34:33 +08:00
Billy Chan
1218b1e942
update examples 2024-10-04 17:44:29 +08:00
Alvaro Parker
bfd21e92e3
Fix typos (#2360)
* fix typos

* CHANGELOG

---------

Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
2024-10-04 16:42:52 +08:00
伊欧
85fc3d0440
feat: Add support for async proxy connection. (#2278)
* Try to attach async to proxy trait first.

* Update proxy connection to support async.

* Add example.

* Try to fix CI.

* Remove CI for cloudflare worker example at this moment...

* Improve SQL serializer
2024-08-20 10:15:48 +01:00
Billy Chan
64e8b528b1
Update examples/react_admin 2024-08-20 12:56:34 +08:00
Billy Chan
368b1126f7
Fix examples CI 2024-08-12 12:39:48 +08:00
Billy Chan
b0a7ceb4d1
Fix examples 2024-08-09 23:31:41 +08:00
Billy Chan
bf65bfd205
Fix examples 2024-08-09 22:22:51 +08:00
Billy Chan
eb4ce3a0f4
update examples 2024-08-09 18:33:11 +08:00
Billy Chan
c43e15e2cd
Update README.md 2024-08-09 11:16:54 +08:00
Billy Chan
c2fc62a903
GraphQL based Admin Dashboard with Loco and Seaography (#2297)
* backend

* frontend

* frontend

* README

* CI

* fmt

* docs

* edit

* rename

* Bump seaography to 1.0

* Cargo.lock
2024-08-09 11:13:45 +08:00
Billy Chan
2c70ad10be
update examples 2024-08-02 17:08:29 +08:00
Billy Chan
eafaeb4d4d
edit 2024-07-24 11:48:23 +08:00
Billy Chan
9fd5523d65
Examples: Loco x Seaography (#2270)
* Examples: Loco x Seaography

* fmt

* Edit
2024-06-26 14:50:00 +08:00
Billy Chan
d87f586bbf
update examples 2024-06-25 11:50:11 +08:00
Billy Chan
17b2f6e98e
update examples 2024-06-19 20:41:59 +08:00
Chris Tsang
ac6c85f719 update examples 2024-05-29 13:46:38 +01:00
Billy Chan
f3ff417ec4
Loco Starter Example async fs 2024-05-29 17:26:51 +08:00
Billy Chan
a2f8f68d93
Update dependency 2024-05-28 15:54:28 +08:00
Billy Chan
387d47b105
Remove unused configs 2024-05-28 15:40:38 +08:00
Billy Chan
2d6b67c04c
cleanup 2024-05-28 15:18:57 +08:00
Billy Chan
b63223d78d
Getting Started with Loco & SeaORM (#2230)
* Getting Started with Loco & SeaORM

* README

* edit

* README
2024-05-28 15:06:53 +08:00
Billy Chan
4693fc125b
update examples 2024-05-03 16:07:49 +08:00
Billy Chan
36a151bba7
Added ColumnType::Blob (#2213)
* Added `ColumnType::Blob`

* Fix

* Fix

* Use latest rc versions

* bump sea-query & sea-schema

* fix loco examples

* fix loco examples

* revert
2024-05-03 16:07:36 +08:00
Billy Chan
8687407257
seaography examples 2024-05-02 14:13:40 +08:00
Billy Chan
145bfa02a9
Fix graphql example 2024-04-08 19:00:38 +08:00
Billy Chan
6b52288fcc
update examples 2024-03-27 00:17:42 +08:00
Chris Tsang
5c8bca02cd update examples 2024-03-15 23:31:57 +00:00
Billy Chan
b866236704
examples: deprecate actix3_example (#2154) 2024-03-13 13:46:53 +08:00
Mateusz Maćkowski
b1f0a81672
Bring back rocket_okapi support (#2136) 2024-03-10 23:51:01 +00:00
ikka0426
763a3f9aa1
actix example bug fix (#2140)
* bug fix

* fmt

---------

Co-authored-by: Chris Tsang <chris.2y3@outlook.com>
2024-03-10 23:42:07 +00:00
Billy Chan
b775027fee
Explicit StringLen on ColumnType::String (#2123) 2024-03-05 15:31:58 +08:00
Billy Chan
3e149db180
examples: bump loco-rs to v0.2 (#2102) 2024-02-06 16:26:15 +08:00
Billy Chan
f7f914e198
update examples 2024-02-06 14:14:10 +08:00
Billy Chan
94403b5659
migration: schema helper (#2099)
* Adapted loco-rs/schema.rs

* avoid `&mut ColumnDef` after upgraded to sea-query 0.31.0

* refactoring

* rewrite schema.rs

* revert

* fmt

* fix

* loco_example: pin loco-rs version

* refactor
2024-02-06 14:10:36 +08:00
Billy Chan
cef380b977
SQLite type mappings (#2077)
* sqlite: deps

* sqlite: update data type mappings

* sqlite: decimal test cases

* sqlite: try negative numbers

* fixup

* fixup

* fmt

* clippy

* fixup

* fixup

* fixup

* refactor

* fix

* Drop the use of `rust_decimal_macros` (#2078)

* sqlite: decimal -> real

* revert

* Bump dependencies

* Fixup

* Fixup

* Fixup

* Fixup

* Refactor

* Refactor

* Refactor
2024-02-05 14:42:55 +08:00
Billy Chan
7f25da3e2b
example: loco-todo-list (#2092)
* example: loco-todo-list

* fmt

* Cargo.lock

* Disabled integration test for GitHub CI

* fmt

* Update Cargo.toml
2024-02-05 14:35:37 +08:00
Chris Tsang
b5804551eb update examples 2024-01-22 09:48:29 +00:00
Chris Tsang
f16bac9a9f Edit 2024-01-21 17:17:17 +00:00
Chris Tsang
9b53db99c3 Edit 2024-01-21 17:17:09 +00:00