-
Commands such as `rake parallel:create:` are failing for me. I've tried both with the names from `database.yml` and the actual db names, but the error suggests there might be an issue with the syntax.…
-
### Tell us about your feature request
![image](https://github.com/user-attachments/assets/13421386-bc74-4314-be9a-a6d2ebe0af46)
It should be possible to bootstrap a project with Postgres and Redis …
-
configure:
```
$ ./configure CXXFLAGS="-std=c++20" --with-boost=$BOOST_ROOT --with-boost-libdir=/opt/homebrew/Cellar/boost/1.76.0/lib --with-boost-includedir=/opt/homebrew/Cellar/boost/1.76.0/includ…
-
## Background
DB objects belong to database. More DBs can exists with the project
## Feature
Create DB object representation for database and providing SQL entry for their creation.
These object…
-
We currently run all of our tests using SQLite in memory.
While this runs super fast and works great it doesn't really test Polo against some specific scenarios such as how different databases quote …
-
## Why you need it?
We need a vector database to support AI application
## How it could be?
Add the option to deploy a vector database in a multi tenant way and provide the secrets to the functio…
-
We should implement the [multi-database feature](https://docs.djangoproject.com/en/3.1/topics/db/multi-db/) and add test using bakery for it.
-
Provide multi database service. I don't wanna mixed animals from different countries. Later i may introduce something like "suggestion", if user cannot find choosen type of animal etc.
-
This is an awesome project which reduces a lot of configurations!! It would be very helpful if pyramid_sqlalchemy supports multi database configuration, like Flask-SQLAlchemy does:
https://pythonhost…
-
An issue that has occurred in the past is the failure of migrations given different target dbs (sqlite, postgres, mysql).
Most of these should be detectable by doing some automated testing.
i.e. D…