如何在 Mac 上使用 SQL 数据库(无需额外软件)

How To Use SQL Databases on Mac (Without Extra Software)

您好。我想弄清楚如何在我学校拥有的 Mac.

上创建一个 SQL 数据库(通过使用 Automator)

我在 Automator 中看到了三个操作,涉及 SQL - "Apply SQL" ('This action applies the input SQL against an SQLite database and produces output in one of several formats')、"Convert CSV to SQL" ('This action converts comma-separated value (CSV) input to SQL suitable for application to a database') 和"Execute SQL" ('This action executes some SQL against an SQLite database and produces output in one of several formats').

我可以使用这三个操作来创建、添加 columns/rows、更新和检索 [=32 中的数据吗? =] 数据库而不使用任何其他软件(如 FileMaker)?而且,如果可以的话,我该如何:a) 创建数据库和 b) 运行 SQL 针对数据库?

感谢您的帮助!如果我不清楚或者这是一个重复的问题,请告诉我(我找不到任何非常相似的东西)。

我只能使用默认软件,因为我学校的笔记本电脑不允许我下载额外的应用程序。

在 Mac 上使用 SQL 的绝对最简单的方法是通过 SQLite,它内置于每个 Mac 中。您启动终端应用程序,您可以即时访问命令行。 Look here