7 lines
297 B
Markdown
7 lines
297 B
Markdown
|
# angel_orm
|
||
|
Runtime support for Angel's ORM. Includes SQL expression generators, as well
|
||
|
as a friendly `PostgreSQLConnectionPool` class that you can use to pool connections
|
||
|
to a PostgreSQL database.
|
||
|
|
||
|
For documentation about the ORM, head to the main project repo:
|
||
|
https://github.com/angel-dart/orm
|