The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Build.PL
Changes
LICENSE
META.json
README.md
bench/insert.pl
bench/select-first.pl
bench/select-iterator.pl
bench/select.pl
cpanfile
lib/ObjectDB.pm
lib/ObjectDB/DBHPool.pm
lib/ObjectDB/DBHPool/Connection.pm
lib/ObjectDB/Factory.pm
lib/ObjectDB/Iterator.pm
lib/ObjectDB/Meta.pm
lib/ObjectDB/Meta/Relationship.pm
lib/ObjectDB/Meta/Relationship/ManyToMany.pm
lib/ObjectDB/Meta/Relationship/ManyToOne.pm
lib/ObjectDB/Meta/Relationship/OneToMany.pm
lib/ObjectDB/Meta/Relationship/OneToOne.pm
lib/ObjectDB/Meta/RelationshipFactory.pm
lib/ObjectDB/Quoter.pm
lib/ObjectDB/Related.pm
lib/ObjectDB/Related/ManyToMany.pm
lib/ObjectDB/Related/ManyToOne.pm
lib/ObjectDB/Related/OneToMany.pm
lib/ObjectDB/Related/OneToOne.pm
lib/ObjectDB/RelatedFactory.pm
lib/ObjectDB/Stmt.pm
lib/ObjectDB/Table.pm
lib/ObjectDB/Util.pm
lib/ObjectDB/With.pm
minil.toml
t/columns.t
t/connection.t
t/inheritance.t
t/lib/Author.pm
t/lib/AutoDiscovery.pm
t/lib/Book.pm
t/lib/BookDescription.pm
t/lib/BookTagMap.pm
t/lib/Notification.pm
t/lib/Parent.pm
t/lib/Person.pm
t/lib/Reply.pm
t/lib/Table.pm
t/lib/Tag.pm
t/lib/TestDB.pm
t/lib/TestDBH.pm
t/lib/TestEnv.pm
t/lib/Thread.pm
t/merge-rows.t
t/meta/many-to-many.t
t/meta/many-to-one.t
t/meta/meta-auto-discovery.t
t/meta/meta.t
t/meta/one-to-many.t
t/meta/one-to-one.t
t/pool.t
t/quoter.t
t/related/many-to-many.t
t/related/many-to-one.t
t/related/one-to-many-deep.t
t/related/one-to-many.t
t/related/one-to-one.t
t/row/create.t
t/row/delete.t
t/row/load.t
t/row/new-with-related.t
t/row/related.t
t/row/to-hash.t
t/row/txn.t
t/row/update.t
t/table/count.t
t/table/delete.t
t/table/find-by-compose.t
t/table/find-by-sql.t
t/table/find-rows-as-hashes.t
t/table/find-with-paging.t
t/table/find.t
t/table/update.t
t/util.t
t/with.t
META.yml
MANIFEST