-
Hi there,
I used this repository to develop my own app. When I ran tests, the database of the Odmantic engine did not change to the test database. I saw the database name was changed to the test name…
-
Timebox: 2 days.
We are currently instructed to use a copy of the production database when developing locally. Can we come up with an alternative that means we don't need to copy the production datab…
-
### Is there an existing feature request for this?
- [X] I have searched the existing issues
### Describe the Feature
Currently, the source hubspot database can be specified for the dbt hubspot pac…
-
As a developer, I want to set up a production-ready database for persistent data storage.
-
I've been working on spinning up a new rails server and for some some reason when I go to update the gem rbis with `bin/tapioca gems` I get an error when solid cable is being used for development.
`…
-
I'm trying to figure out if there is any way to determine the database that MissionControl is connected to. At the moment, what seems to be the case is this:
When running `SolidQueue::Job.connectio…
-
Apologies if this question has already been asked but I can't find the right way to set up the solid_queue db alongside my primary db. Every time I try to start tsolid_queue I keep getting the error b…
-
### Steps to reproduce
* Generate a new Rails application
* Connect the Rails application to a non-Rails database with an existing structure and data (specifically without a `schema_migrations` tabl…
-
### Discussed in https://github.com/dbcodeio/public/discussions/112
Originally posted by **Med-H** November 14, 2024
it would be a good thing to add a readonly option when connecting to databases.…
-
I have a Django project with a whole bunch of scheduled jobs, all running using `django-apscheduler`. Some of these jobs are only meant to run in production, and as such there's an `if settings.ENVIRO…