gpt4 book ai didi

api - 如何使用完整的 Web 前端扩展 heroku-buildpack-core-data

转载 作者:行者123 更新时间:2023-12-01 14:15:10 29 4
gpt4 key购买 nike

我对 Heroku 最近由 @mattt 添加的 heroku-buildpack-core-data 印象深刻(更多信息 here ),它有助于为核心数据支持的 iOS 应用程序构建 Web API。我想将它扩展为也有一个网络前端。我看到它里面有一个 Sinatra+Sequel 应用程序。

添加它的 heroku 友好方式是什么?我必须 fork 并扩展构建包吗?

最佳答案

您可以在 Core Data Buildpack Repository 上找到有关如何使用 Rack::CoreData 扩展此功能的说明。 :

The Core Data Buildpack is designed to encourage rapid prototyping, but should not be used on its own in production applications.

Rather, you are encouraged to create an application using Rack::CoreData directly, which allows you to extend the Core Data scaffolding with Rack applications, such as Rails or Sinatra, and middleware. Here's an example config.ru file:

配置.ru

require 'bundler'
Bundler.require

DB = Sequel.connect(ENV['DATABASE_URL'])

run Rack::CoreData('./Example.xcdatamodeld')

关于api - 如何使用完整的 Web 前端扩展 heroku-buildpack-core-data,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13512611/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com