ORLite is an object-relation system specifically tailored for SQLite that follows many of the same principles as the ::Tiny series of modules.
| Tags | Software Development Libraries Perl Modules Database |
|---|---|
| Licenses | Perl |
| Operating Systems | OS Independent |
| Implementation | Perl |
Recent releases


Release Notes: Initial support for generated code to be located in a separate namespace was added.


Release Notes: Read-only support for views was added.


Release Notes: The parent directory for ORLite files will be auto-created. The root method ->sqlite, which returns the path to the sqlite file for that database, was added.


Release Notes: This release added support for using a CODE reference in the 'create' parameter, so that the schema setup can be provided directly in the ORLite initialization.