alchimia
alchimia copied to clipboard
Hello! It would be quite helpful to explicitly confirm whether alchimia.tests.doubles is public or not. If it isn't, both things in there right now are pretty critical for testing apps...
I'm starting this as a place to have the conversation about a txpostgres implementation of this. I'm willing to work on it as I'm starting a new project that would...
Errors from `connect()` would not clean up their worker thread. This script will reproduce the leak by creating an engine with a pool_size of 1 and no timeout or overflow...
I've got some [code](https://gist.github.com/wsanchez/d29c7843852981f8cd14f5d886a47c28) that creates a SQLite DB, populates a schema, then writes some data. If the SQLite DB is a file, this seems to work as expected: ```console...
Some suggested cleanup for the front-page example: * Import symbols from the locations used in the SQLAlchemy documentation. * Use the in-memory SQLite connection URL in the SQLAlchemy documentation instead...
I keep getting this error when I make many simultaneous queries (klein -> alchimia -> PostgreSQL): `QueuePool limit of size 5 overflow 10 reached, connection timed out, timeout 30` I'm...
Pretty much every object in `alchimia.engine` manages some state: - TwistedEngine has a worker for connect & execute - TwistedConnection has a worker where all its SQL is executed -...
Do you have a table of sqlalchemy.core features vs features supported by alchimia?