diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:21:23 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:21:23 +0000 |
commit | 1d1f878054efdd1171a8cb006e59ad0727610293 (patch) | |
tree | e4434b89d2dbba884e57f6a6cd3c7fc294554ccf /databases/p5-DBIx-Class | |
parent | 43b793a6f26531f807a7b7c16a1db3bf6b53f26d (diff) |
Notes
Diffstat (limited to 'databases/p5-DBIx-Class')
-rw-r--r-- | databases/p5-DBIx-Class/pkg-descr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBIx-Class/pkg-descr b/databases/p5-DBIx-Class/pkg-descr index 4f1b29efaddd..0ceb59b1e652 100644 --- a/databases/p5-DBIx-Class/pkg-descr +++ b/databases/p5-DBIx-Class/pkg-descr @@ -10,9 +10,9 @@ DBIx::Class can handle multi-column primary and foreign keys, complex queries and database-level paging, and does its best to only query the database in order to return something you've directly asked for. If a resultset is used as an iterator it only fetches rows off the statement handle as requested in order -to minimise memory usage. It has auto-increment support for SQLite, MySQL, +to minimise memory usage. It has auto-increment support for SQLite, MySQL, PostgreSQL, Oracle, SQL Server and DB2 and is known to be used in production -on at least the first four, and is fork- and thread-safe out of the box +on at least the first four, and is fork- and thread-safe out of the box (although your DBD may not be). This project is still under rapid development, so large new features may be |