pagetop/packages/pagetop-seaorm
2024-11-26 00:25:18 +01:00
..
src 📝 Refine docs and review config setup 2024-11-26 00:25:18 +01:00
Cargo.toml Add SeaORM integration for database access 2024-11-24 20:40:28 +01:00
README.md ⬆️ Update for latest SeaORM compatibility 2024-11-25 15:11:04 +01:00

PageTop SeaORM

Integrate SeaORM as the database framework for PageTop applications.

License API Docs Crates.io Downloads

PageTop SeaORM employs SQLx and SeaQuery, complemented by a custom version of SeaORM Migration (v1.1.1). The modified SeaORM Migration ensures migrations are scoped per package, providing greater control and reducing coupling between database components.

📦 About PageTop

PageTop is an opinionated web framework to build modular Server-Side Rendering web solutions.

🚧 Warning

PageTop framework is currently in active development. The API is unstable and subject to frequent changes. Production use is not recommended until version 0.1.0.

📜 License

All code in this crate is dual-licensed under either:

at your option. This means you can select the license you prefer! This dual-licensing approach is the de-facto standard in the Rust ecosystem.