创建 Moose 对象以与 Oracle/mysql 数据库交互

发布于 2024-10-18 11:37:00 字数 254 浏览 1 评论 0原文

我需要有关创建与 Oracle/mysql 交互的类的指导。

基本要求是:

  1. 与 oracle/mysql 数据库连接/断开连接。
  2. 查询表并返回数据。
  3. 处理数据并创建相关的 html 报告。

我正在使用 Moose,并且想在 Moose 框架内创建对象。我参与的项目要求定期执行这些任务,并且我想开始使用 OOP 来利用“一次编写代码”的理念。

我们将非常感谢您的帮助。

I need guidance on creating Classes that will interact with Oracle/mysql.

The basic requirements would be to :

  1. connect/disconnect to/from oracle/mysql database.
  2. query tables and return data.
  3. process data and create relevant html reports.

I am using Moose and would like to create Objects within the Moose framework. The projects I am involved with require these tasks to be performed regularly and I want to start making use of OOP to take advantage of the 'write code once' philosophy.

Your assistance will be highly appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冬天的雪花 2024-10-25 11:37:00

DBIx::Class 可能是您的正在寻找以 OOP 风格管理数据库连接/查询的方法。它也适用于驼鹿。

DBIx::Class is probably what you are looking for for managing the database connection/queries in an OOP style. It also works well with Moose.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文