Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚下载了 Visual Studio Code(适用于 OS X),我想尝试创建一个简单的 REST API 服务器来测试所有可能性。我似乎找不到如何创建 SQL 数据库。
我需要在另一个应用程序中创建一个吗?如果是这样,怎么做?
Visual Studio Code 不像 Visual Studio 那样功能齐全的 IDE。它不支持创建数据库或从应用程序中查看它们等任务。如果要创建数据库,请参阅目标平台的数据库提供者的文档。
至于 REST API 服务器,Visual Studio Code 可以提供很大帮助 - 特别是如果您使用的是 ASP.Net 5 或节点。