DEV Community

sebk69
sebk69

Posted on

Small Swoole Entity Manager

I am pleased to present Small Swoole Entity Manager.

It is an ORM architected around Swoole (and OpenSwoole).

It supports asynchronous connections to:

  • MySQL
  • Postgres
  • Small Swoole Db (A relational layer on top of Swoole Tables)

For now, only the core package is available; a Symfony bundle will be released in the coming days.

The Core package can be used for "from scratch" projects.

The documentation is available at https://swoole-entity-manager.small-project.dev

The Git repository: https://git.small-project.dev/lib/small-swoole-entity-manager

The Composer repository: https://packagist.org/packages/small/swoole-entity-manager-core

Top comments (0)