https://github.com/preaction/introduction-to-dbix-class
An introduction to DBIx::Class, a Perl ORM
https://github.com/preaction/introduction-to-dbix-class
Last synced: about 1 year ago
JSON representation
An introduction to DBIx::Class, a Perl ORM
- Host: GitHub
- URL: https://github.com/preaction/introduction-to-dbix-class
- Owner: preaction
- License: other
- Created: 2015-04-20T03:53:13.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-26T04:41:15.000Z (about 11 years ago)
- Last Synced: 2024-04-17T21:17:02.459Z (about 2 years ago)
- Language: JavaScript
- Size: 1.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction to DBIx::Class
This presentation covers the basics of using DBIx::Class to work with
relational databases.
## Covered topics
TBA
# COPYRIGHT AND LICENSE
Copyright 2015 Doug Bell
The presentation content is licensed under CC-BY-SA 4.0.
The Perl code is licensed under CC-BY-SA 4.0, or the same terms as Perl
itself (Artistic License 1.0, or GPL 1.0+ at your discretion).