Python PG Extras
Python PostgreSQL database performance insights. Locks, index usage, buffer cache hit ratios, vacuum stats and more. (by pawurb)
sqllex
The most pythonic ORM (for SQLite and PostgreSQL). Seriously, try it out! (by v1a0)
Python PG Extras | sqllex | |
---|---|---|
- | 16 | |
32 | 93 | |
- | - | |
0.0 | 0.0 | |
almost 3 years ago | almost 3 years ago | |
Python | Python | |
MIT License | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
Python PG Extras
Posts with mentions or reviews of Python PG Extras.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning Python PG Extras yet.
Tracking mentions began in Dec 2020.
sqllex
Posts with mentions or reviews of sqllex.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-13.
-
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.
-
Finally release v0.2.0.0 (sqllex)
Sqllex it's nice Python ORM available for SQLite and PostgreSQL. I have made many examples and posts about this. So let me know what you think about this project.
-
FINALLY v0.2.0.0 RELEASE!
Just released SQLLEX v0.2.0.0 after 2 months of preparing. Sqllex it's ORM for SQLite and (by now) PostgreSQL. I made many examples and posts about it. And I'll be happy if you'll try it by yourself in your projects.
-
SQLLEX ORM | How to use SQLite without SQL
"SQLLEX | Awesome example #1"
How I got later, this technology calls ORM (Object-Relational Mapping) and I'm not the first one who create something like this. But in my opinion, SQLLEX is the most intuitive ORM I'v ever seen and I'm interested what do you think. Check this out.
-
How to auto-doc your project?
Last few months I'm working on my biggest project Sqllex. All this time I have been using the wiki tab (on github) to document the project. But this project is getting so big that it gets really difficult.
-
Best Python course for beginners
Sqllex - just a nice tool for comfortable and safe working with SQLite databases.
-
How reddit bring developers together | SQLLEX
Sqllex package has been downloaded from pypi.org over 550 times, github repo got 45 new stars.
- SQLLEX is promoting your projects
What are some alternatives?
When comparing Python PG Extras and sqllex you can also consider the following projects:
psycopg2 - PostgreSQL database adapter for the Python programming language
aiosqlite - asyncio bridge to the standard sqlite3 module
queries - PostgreSQL database access simplified
rgpocode - A Python script of a sqlite3 based reverse geocoder using postal codes
txpostgres - Twisted wrapper for asynchronous PostgreSQL connections
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.