A
A
alex_belouss2016-12-26 21:17:02
Ruby on Rails
alex_belouss, 2016-12-26 21:17:02

What base to choose during development and production?

I'm new to ruby, I came from PHP))
I want to start a project on the locale now. By default, it turns out that SLQLite is used, and Heroku postgres.
Is it possible to write a full-fledged project with SLQLite, with searches and other complex queries, and then smoothly switch to postgres? Heroku transition will provide?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
W
webbus, 2016-12-26
@alex_belouss

You need to use the same base. Example: want to use a JSONB field that is available in PostgreSQL but not in SQLite. Why limit yourself?

D
dexdev, 2017-01-17
@AdilA

По своему опыту, лучше использовать при разработке ту базу которую будешь деплоить в продакшэн съэкономит время при деплое

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question