简体   繁体   English

DBIx :: Class和DBIx :: Abstract之间的区别?

[英]Difference between DBIx::Class and DBIx::Abstract?

I am very new to perl and I was going through Perl ORM , I encountered DBIx::Class and DBIx::Abstract, from what I inferred they both seem to be ORMs . 我对perl并不陌生,在经历Perl ORM时,我遇到了DBIx :: Class和DBIx :: Abstract,从我的推断来看,它们似乎都是ORM。 Is there any difference I am missing? 我想念有什么区别吗? Thanks 谢谢

DBIx::Abstract is a low-level tool for manipulating databases (it's quite like SQL::Abstract , which DBIx::Class uses). DBIx :: Abstract是用于操作数据库的低级工具(它很像SQL :: Abstract ,它被DBIx :: Class使用)。 It is not an ORM at all. 它根本不是ORM。

It has also been deprecated (sorry, " depricated "!). 它也已被弃用(对不起,“ depriced ”!)。 So I can't recommend using it. 所以我不建议使用它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM