-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recommended Approach for Pliny App with no DB #278
Comments
+1. We shouldn't go crazy on these |
I'm a light +1 as long as we can implement the new Generally, it seems like a useful enough feature, but I would guess one that's seen infrequently enough that we could probably get away without a special installation path if no one's too keen on tackling the patch. |
Yea, I don't know what the general usage is, but it's the second time I've had to do it (in ~1 year). If I get around to it (we're on a dreamforce tear atm), I might submit a patch and we can mull it over from there. That said, anything glaring I'm missing from the list above? I think the one thing I forgot to mention was removing the DB transaction stuff from the specs. |
@naaman Ah man, sorry for the late reply. My email etiquette's been terrible lately.
I think you mostly got it. I just took a look through the templates folder and a few others jumped out at me:
I think that's it though. |
I just created a small service that has no need for a database; the service uses REST APIs as its backend. To clean up dependencies and operations, I had to remove a few things from the generated pliny app:
pg
andsequel
db
tasks by defaultDoes it make sense to provide a
--no-db
option forpliny-new
? If so, what else should needs to be avoided? If not, what's the recommended approach for cleaning up a new pliny app that doesn't need a database?edit:
Also need to remove
The text was updated successfully, but these errors were encountered: