sql-athame VS django-silk

Compare sql-athame vs django-silk and see what are their differences.

sql-athame

Python tool for slicing and dicing SQL (by bdowning)

django-silk

Silky smooth profiling for Django (by jazzband)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
sql-athame django-silk
2 16
11 4,245
- 0.5%
0.0 7.2
about 1 year ago 24 days ago
Python Python
MIT License MIT License
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.

sql-athame

Posts with mentions or reviews of sql-athame. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-26.
  • Show HN: Sqlbind a Python library to compose raw SQL
    7 projects | news.ycombinator.com | 26 Feb 2024
    I had my own take on this concept[1], though with considerably less language magic involved. I imagine there's a lot of these kind of things running around. My criteria were:

    a) let me write actual SQL, not a python DSL that generates SQL

    b) be placeholder-safe

    c) be composable

    [1] https://github.com/bdowning/sql-athame

  • Write an SQL query builder in 150 lines of Python
    10 projects | news.ycombinator.com | 27 Aug 2021
    This is my middle-ground solution for Python: https://github.com/bdowning/sql-athame

    Still fundamentally manipulating SQL text (which is a feature as I don't want to learn a full DSL), but it handles wrangling embedded placeholders while you're composing stuff and some other common compositional tasks. It's worked well for me anyway but I'm under no illusions it'd be right for everyone.

    Not an original concept regardless; my original version of this was in Node: https://github.com/bdowning/sql-assassin, but a few years after I wrote that (and mostly didn't use it) I found https://github.com/gajus/slonik which was very similar and much more fleshed-out; I rolled _some_ of its concepts and patterns into sql-athame.

django-silk

Posts with mentions or reviews of django-silk. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-26.

What are some alternatives?

When comparing sql-athame and django-silk you can also consider the following projects:

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.

django-debug-toolbar - A configurable set of panels that display various debug information about the current request/response.

pgcli - Postgres CLI with autocompletion and syntax highlighting

django-celery - Old Celery integration project for Django

sqlc - Generate type-safe code from SQL

django-cms - The easy-to-use and developer-friendly enterprise CMS powered by Django

postgres-typed

django-oscar - Domain-driven e-commerce for Django

xql - SQL builder and utilities library for node.js (runs in browser as well).

Ray - Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.

Spirit - Spirit is a modern Python based forum built on top of Django framework

pythondotorg - Source code for python.org