Typing-friendly raw SQL query executor.
active 2024-11-18 → 2024-11-24 (UTC)
Complete coverage26,641 / 26,641 hourly files (100%) · 2 absent upstream2023-08-15 → 2026-08-29 (UTC)
Events
95
Pushes
11
Pull requests
0
Issues
28
Stars
1
Forks
0
Activity over time
Daily event counts in the loaded window
Line chart, 7 days from 2024-11-18 to 2024-11-24. Pushes: 11 total, peak 11 in a day. Pull requests: 0 total, peak 0 in a day. Issues: 28 total, peak 27 in a day. Comments: 53 total, peak 48 in a day. Stars: 1 total, peak 1 in a day.
- Pushes
- Pull requests
- Issues
- Comments
- Stars
Top contributors
Pushes, PRs, issues, reviews and comments — stars and forks excluded, so this is contribution rather than popularity
| Contributor | Contributions | Pushes | PRs | Comments |
|---|---|---|---|---|
| 0pdd | 74 | 0 | 0 | 48 |
| proofit404 | 18 | 11 | 0 | 5 |
Recent activity
Latest issues, pull requests and releases
- Issue comment#130pdd2024-11-24 22:12Fetch database rows.
- Issue comment#10pdd2024-11-24 22:12API draft design.
- Issue#220pdd2024-11-24 22:12Support string literal `Sql.query` attribute.
- Issue#230pdd2024-11-24 22:12Support `pathlib.Path` `Sql.query` attribute.
- Issue comment#130pdd2024-11-24 22:08Fetch database rows.
- Issue comment#10pdd2024-11-24 22:08API draft design.
- Issue#210pdd2024-11-24 22:08Figure out template system. So far we can choise between placeholders: 1. jinja2.Template: {{ field }} 2. string.Formatter: {field} 3. string.Template: $field Mostly this depends on how many external linters, formatters and pretty printers of SQL...
- Issue comment#10pdd2024-11-24 21:53API draft design.
- Issue#200pdd2024-11-24 21:53Figure out what to do with transactions. As always we have a lot choices how to organize transaction management. The first option would be introduction of context management API. On one hand it's a simple API. On the other hand it requires a lot of...
- Issue comment#10pdd2024-11-24 21:21API draft design.
- Issue comment#130pdd2024-11-24 21:21Fetch database rows.
- Issue comment#140pdd2024-11-24 21:21Adapters objects.
- Issue#190pdd2024-11-24 21:21Asynchronous asyncpg adapter.
- Issue#180pdd2024-11-24 21:21Asynchronous psycopg3 adapter.
- Issue#170pdd2024-11-24 21:21Synchronous psycopg3 adapter.
- Issue#160pdd2024-11-24 21:21Asynchronous sqlite3 adapter.
- Issue#150pdd2024-11-24 21:21Synchronous sqlite3 adapter.
- Issue comment#130pdd2024-11-24 21:13Fetch database rows.
- Issue comment#10pdd2024-11-24 21:13API draft design.
- Issue comment#70pdd2024-11-24 21:13Fetch database roles.
- Issue#140pdd2024-11-24 21:13Adapters objects. To my understanding we have to introduce `Engine`, `Connection`, or `Driver` objects. The main reiquirement for this architecture decision that we have to unify different `execute`, `fetch`, `fetch_many`, and `cursor` APIs to use them...
- Issue comment#120pdd2024-11-24 21:13Engine objects. To my understanding we have to introduce `Engine`, `Connection`, or `Driver` objects. The main reiquirement for this architecture decision that we have to unify different `execute`, `fetch`, `fetch_many`, and `cursor` APIs to use them...
- Issue#120pdd2024-11-24 21:13Engine objects. To my understanding we have to introduce `Engine`, `Connection`, or `Driver` objects. The main reiquirement for this architecture decision that we have to unify different `execute`, `fetch`, `fetch_many`, and `cursor` APIs to use them...
- Issue comment#70pdd2024-11-24 21:03Fetch database roles.
- Issue comment#10pdd2024-11-24 21:03API draft design.
Totals cover only the window loaded into ClickHouse and count events, not GitHub's lifetime totals — 1 stars here means stars gained during the window, not the repo's star count.