also need to work on the mongodb situation on a few services
- Akabot is being rewritten using sqlalchemy with support for more than just Postgres
- a few other Discord bots I just shut down […]
also need to work on the mongodb situation on a few services
- Akabot is being rewritten using sqlalchemy with support for more than just Postgres
- a few other Discord bots I just shut down […]
TIAL that there's a SQLAlchemy use-case for it!
koaning.io/posts/ruff-...
TIAL that there's a SQLAlchemy use-case for it!
koaning.io/posts/ruff-...
And with data lake, SQL proxies/routers even are more important. sqlglot is in the middle of that.
https://github.com/tobymao/sqlglot
And with data lake, SQL proxies/routers even are more important. sqlglot is in the middle of that.
https://github.com/tobymao/sqlglot
@palomakop for the backend if you already know python then flask plus the sqlite module in the python standard library (or sqlalchemy if you don't want to write sql) is probably the most painless option
@palomakop for the backend if you already know python then flask plus the sqlite module in the python standard library (or sqlalchemy if you don't want to write sql) is probably the most painless option
https://qian.cx/posts/8EAAFDDB-B52D-435F-A0DF-84A8E6FC2283
https://qian.cx/posts/8EAAFDDB-B52D-435F-A0DF-84A8E6FC2283
Custom Extension of the original Graphene SQLAlchemy integration
Author: Mark Aquino
🏠Homepage
Custom Extension of the original Graphene SQLAlchemy integration
Author: Mark Aquino
🏠Homepage
色々な方法が出てたので、整理する必要があるっぽい。
◯方法
1:データベース接続を設定し、SQL構文を書く
※読み込みはともかく、書き込みは難しい?
2:SQLAlchemyを使って、データをPythonオブジェクトに変換する
※可能なら、Cythonパッケージを導入する事が好ましい
3:PL/Python関数を使う?
※調べた所、信頼されない為に、出来る事に制限があるらしい
4:pandasのSQLを編集するメソッドを使うらしい?
DataFrameとデータを直接やり取り出来るらしいけど、確認中
色々な方法が出てたので、整理する必要があるっぽい。
◯方法
1:データベース接続を設定し、SQL構文を書く
※読み込みはともかく、書き込みは難しい?
2:SQLAlchemyを使って、データをPythonオブジェクトに変換する
※可能なら、Cythonパッケージを導入する事が好ましい
3:PL/Python関数を使う?
※調べた所、信頼されない為に、出来る事に制限があるらしい
4:pandasのSQLを編集するメソッドを使うらしい?
DataFrameとデータを直接やり取り出来るらしいけど、確認中
i think this is what i want... trying to translate into SQLAlchemy and failing
i think this is what i want... trying to translate into SQLAlchemy and failing
Carmen nous parlera d’optimisation des requêtes SQL dans Django et SQLAlchemy 🐍
Rendez-vous dès 19h dans les locaux de Malt.
Pour s’inscrire ⬇️
www.meetup.com/python-afpy-...
Carmen nous parlera d’optimisation des requêtes SQL dans Django et SQLAlchemy 🐍
Rendez-vous dès 19h dans les locaux de Malt.
Pour s’inscrire ⬇️
www.meetup.com/python-afpy-...
Litestarは、async-first、タイプヒント駆動のPython Webフレームワークです。
他のフレームワークとは異なり、過剰な宣伝に頼らず、堅牢な機能を提供します。
コードベースのスケーリング、Pydanticとの連携、SQLAlchemyとの統合が特徴です。#python
Litestarは、async-first、タイプヒント駆動のPython Webフレームワークです。
他のフレームワークとは異なり、過剰な宣伝に頼らず、堅牢な機能を提供します。
コードベースのスケーリング、Pydanticとの連携、SQLAlchemyとの統合が特徴です。#python
ORMフレームワークつかうとRDBMSの知識とORMの知識両方が必要になってただただ無駄が多いという気持ちを新ちゃにしちゃ(5000兆回目)
ORMフレームワークつかうとRDBMSの知識とORMの知識両方が必要になってただただ無駄が多いという気持ちを新ちゃにしちゃ(5000兆回目)
Now that I've been working with Python for a bit - it's time to start studying ORM to see if it's as magical. Starting with SQLAlchemy...
#100DaysOfCode
Now that I've been working with Python for a bit - it's time to start studying ORM to see if it's as magical. Starting with SQLAlchemy...
#100DaysOfCode