Prelude
The core package serves as the foundational module of the Small Swoole Entity Manager.
It is framework-agnostic, making it ideal for use in custom "from scratch" projects.
This package includes:
- Connection management through a factory with support for "mysql", "postgres", and "small db" connectors
- An entity manager factory for handling entities and their collections
- A relational query builder
- A "database layers" system for seamless database migrations
- Pool management provided by Small Swoole Patterns