https://github.com/ittokunvim/learning-seaorm
このリポジトリには、フレームワークSeaORMについて学んだことをまとめています。
https://github.com/ittokunvim/learning-seaorm
Last synced: about 1 year ago
JSON representation
このリポジトリには、フレームワークSeaORMについて学んだことをまとめています。
- Host: GitHub
- URL: https://github.com/ittokunvim/learning-seaorm
- Owner: ittokunvim
- Created: 2024-05-15T14:19:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T14:25:26.000Z (about 2 years ago)
- Last Synced: 2025-01-12T00:32:51.655Z (over 1 year ago)
- Language: Rust
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learning-seaorm
このリポジトリには、フレームワークSeaORMについて学んだことをまとめています。
## 参考URL
https://www.sea-ql.org/SeaORM/docs/index/
https://www.sea-ql.org/sea-orm-tutorial/
## 目次
0. 序章
- [ORMとは](docs/ch00-01-what-is-orm.md)
- [非同期プログラミング](docs/ch00-02-async-programming.md)
- [SeaORMの概念](docs/ch00-03-seaorm-concepts.md)
- [チュートリアルと例](docs/ch00-04-tutorial-examples.md)
### SeaORM Tutorials
0. [はじめに](docs/tutorials/ch00-00-introduction.md)
1. [バックエンドSeaORM](docs/tutorials/ch01-00-backend-seaorm.md)
- [セットアップ](docs/tutorials/ch01-01-setup.md)
- [マイグレーション(CLI)](docs/tutorials/ch01-02-migration-cli.md)
- [マイグレーション(API)](docs/tutorials/ch01-03-migration-api.md)
- [エンティティ](docs/tutorials/ch01-04-entity.md)
- [CRUDの基本操作](docs/tutorials/ch01-05-crud.md)
- [リレーションセレクト](docs/tutorials/ch01-06-relational-select.md)
- [モックテスト](docs/tutorials/ch01-07-testing-mock.md)
- [SeaQuery](docs/tutorials/ch01-08-sea-query.md)