为 mysql 上的 cakephp 定义种子脚本并给出 1 的示例

发布于 2024-10-18 22:59:53 字数 371 浏览 3 评论 0原文

通过 黑客月刊阅读这篇文章杂志 2011 年 2 月。

有一部分讨论种子脚本。

  1. 定义什么是种子脚本。

  2. 请给出一个使用 MySQL 作为数据库在 cakephp 上运行的 Web 应用程序的种子脚本的简单示例。

尽量减少行话。欢迎使用隐喻和类比。

就我个人而言,我通常会保留一个单独的 SQL 转储数据,每次更改架构时都会更改该数据。 这个方法对我有用。如果有更好的方法,我想知道。

Read this article via Hacker monthly magazine feb 2011.

There is a part talking about seed scripts.

  1. Define what a seed script is.

  2. Please give a simple example of a seed script for a webapp that runs on cakephp using MySQL as database.

Keep jargon to minimum. Metaphors and analogies are welcome.

Personally I usually keep a separate sql dump data that i change everytime i change schema.
This method works for me. If there is a better way, I want to know.

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

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

发布评论

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

评论(1

故乡的云 2024-10-25 22:59:53

种子脚本是生成虚拟数据的脚本,可能使用随机值或可接受值的查找表。该脚本将创建将数据插入数据库所需的 SQL 查询,并且还可以执行该查询。

A seed script is a script that generates dummy data, possibly using random values or a look up table of acceptable values. The script will create the SQL queries required to insert the data into the database and may also execute the query.

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