FrameRecorder
sqllex
Our great sponsors
FrameRecorder | sqllex | |
---|---|---|
1 | 16 | |
45 | 79 | |
- | - | |
1.1 | 5.7 | |
over 1 year ago | 8 months ago | |
Python | Python | |
MIT License | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
FrameRecorder
sqllex
-
ORM for beginners | SQLite + sqllex
P.S.:Here is few useful links: — Sqllex ORM (github page) — Sqllex docs — Project showcase — Another example #0 — Another example #1
-
Any alternatives to SQLAlchemy Core for a "query builder" library?
FYI: If you're looking for something with more than one user, take a look at sqllex, which is a great query builder along the same lines. I made HissDB because sqllex didn't parameterize its queries, but I believe they've fixed that issue since then.
-
Sunday Daily Thread: What's everyone working on this week?
Whole this week I working on my biggest project SQLLEX - it's python package for more comfortable interacting with databases. It got 7 new releases on this week (v0.1.8.5-0.1.5.12), 5 of which were about bug fixes. But two other were about major updates of code structure, adding new fetches and syntax sugar. Now you can just take your table as specific object or got column of table just by _getitem_ method:
-
SQLLEX | Better than sqlite3
Github repo: https://github.com/v1a0/sqllex
What are some alternatives?
PyPika - PyPika is a python SQL query builder that exposes the full richness of the SQL language using a syntax that reflects the resulting query. PyPika excels at all sorts of SQL queries but is especially useful for data analysis.
jaydebeapi - JayDeBeApi module allows you to connect from Python code to databases using Java JDBC. It provides a Python DB-API v2.0 to that database.
aiosqlite - asyncio bridge to the standard sqlite3 module
ttkbootstrap - A supercharged theme extension for tkinter that enables on-demand modern flat style themes inspired by Bootstrap.
Python PG Extras - Python PostgreSQL database performance insights. Locks, index usage, buffer cache hit ratios, vacuum stats and more.
sqlitebrowser - Official home of the DB Browser for SQLite (DB4S) project. Previously known as "SQLite Database Browser" and "Database Browser for SQLite". Website at:
pangres - SQL upsert using pandas DataFrames for PostgreSQL, SQlite and MySQL with extra features
PySimpleGUI - Launched in 2018. It's 2023 and PySimpleGUI is actively developed & supported. Create complex windows simply. Supports tkinter, Qt, WxPython, Remi (in browser). Create GUI applications trivially with a full set of widgets. Multi-Window applications are also simple. 3.4 to 3.11 supported. 325+ Demo programs & Cookbook for rapid start. Extensive docs
TypingTester - This program tests your touch typing skills to output your Gross WPM(Words Per Minute).
GuitarTuner - Guitar tuner program made with Python, Tkinter and PyAudio.
choochoo - Training Diary
hissdb - a SQLite query builder with a few bells and whistles