Wiki Article
DBIx::Class
Nguồn dữ liệu từ Wikipedia, hiển thị bởi DefZone.Net
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
DBIx::Class (often abbreviated as DBIC) is an object–relational mapper for Perl.[1] It is used to map relational database table rows to Perl objects and generates SQL queries transparently to the application developer.[2] It also implements the active record pattern. It is popular in Web application frameworks such as Catalyst and Dancer.
See also
[edit]References
[edit]- ^ Morales, Nicolas; Ogbonna, Alex C.; Ellerbrock, Bryan J.; Bauchet, Guillaume J.; Tantikanjana, Titima; Tecle, Isaak Y.; Powell, Adrian F.; et al. (2022). "Breedbase: a digital ecosystem for modern plant breeding". G3: Genes, Genomes, Genetics. 12 (7) jkac078. doi:10.1093/g3journal/jkac078. PMC 9258556. PMID 35385099.
- ^ Maragkakis, Manolis; Alexiou, Panagiotis; Mourelatos, Zissimos (2015). "GenOO: A programming framework for High Throughput Sequencing analysis". bioRxiv 10.1101/019265.
External links
[edit]