-
I am writing a web app that needs to run multiple concurrent queries against Databricks SQL Warehouse. Due to existing library is synchronous my processes tend to get locked for a duration of SQL quer…
-
The idea is to rewrite the databases page on our documentation: https://www.starlette.io/database/ .
Instead of recommending `databases`, we should recommend _pure_ `SQLAlchemy`.
cc @zzzeek (jus…
-
Hi all
1. What is advantage to use aiosqlite over a normal (blocking) sqlite3 Python driver in another thread?
2. What is advantage to use to use a normal (blocking) sqlite3 Python driver in a ano…
-
Hi,
I am exploring the databases module and found this issue.
Following examples how to update record using 'bindparam' on sqlalchemy.org website [[here](https://docs.sqlalchemy.org/en/13/core/tutor…
-
hi, diployed a security using the cloudformation template now i have this error
ubuntu@ip###:/usr/local/src/security_monkey/security_monkey$ sudo python manage.py create_user abumgx@gmail.com Adm…
-
Hello
**Describe the solution you'd like**
I would like to be able to use async database session manager.
A async version of FastAPISessionMaker.
-
### What happened?
Windows 10, Python 3.11, Docker Desktop.
Trying to follow the documentation step by step.
```
cd backend && supabase start
```
```
supabase_vector_secondbrain container…
-
Hi,
I belive sample code shoud be based on AsyncEnforcer not Enforcer.
e = casbin.AsyncEnforcer('path/to/model.conf', adapter)
with Enforcer I receive following error:
File "...venv/lib/py…
-
My observation is that passing an engine connected to an in-memory `duckdb` database to a different thread doesn't work.
I'm wondering if that's expected or if it would be considered a bug / missin…
-
Charts for databases with **Asynchronous query execution** aren't being executed in the worker nodes as expected.
#### How to reproduce the bug
1. Add a datasource in a setup with Async Queries …