jsf
sqlmodel

jsf | sqlmodel | |
---|---|---|
5 | 25 | |
174 | 15,180 | |
1.7% | 2.0% | |
5.7 | 8.9 | |
3 months ago | 5 days ago | |
Python | Python | |
GNU General Public License v3.0 or later | MIT License |
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.
jsf
-
Automatic fake JSON data creation from schema
So using the mentions jsf package it can generate as many random objects that you want that have that form, for example
- jsf - Faking JSON data from a schema
- Fake Data Creation
- Easy Fake JSON data generation with Python using jsf
sqlmodel
-
Pydantic: The end of manual validations! ✨
Source: https://github.com/fastapi/sqlmodel
-
FastAPI, Pydantic, Psycopg3: the holy trinity for Python web APIs
This is exactly the problem the creator of FastAPI tried to solve with the library SQLModel.
-
SQLModel with the same relationship column twice
Seems like this is a known bug in SQLModel: https://github.com/tiangolo/sqlmodel/issues/10
-
Best ORM to use with FastAPI?
I have not used it myself but the creator of fastapi has made https://github.com/tiangolo/sqlmodel
-
SQLAlchemy: Parent instance is not bound to a Session; lazy load operation of attribute cannot proceed
I have already posted this question in Stack Overflow and GitHub and have been ignored in both 😢. You guys are my last hope.
-
I wrote okjson - A fast, simple, and pythonic JSON Schema Validator
I had a requirement to process and validate large payloads of JSON concurrently for a web service, initially I implemented it using jsonschema and fastjsonschema but I found the whole JSON Schema Specification to be confusing at times and on top of that wanted better performance. Albeit there are ways to compile/cache the schema, I wanted to move away from the schema specification so I wrote a validation library inspired by the design of tiangolo/sqlmodel (type hints) to solve this problem easier.
- Django Ninja – Fast Django REST Framework for Building APIs
-
Trending Python Projects of the Week
Github Repository
-
Tuesday Daily Thread: Advanced questions
I would say as long as your current solution works and is easy to maintain keep it. If you want to switch I would recommend FastAPI, it is new(ish), but definitely old enough to have been tested and used in a large variety of production usecases. In your case it might be interesting to have a look at SQLModel (works with FastAPI, same author), especially if the API endpoints match closely to the database objects. https://github.com/tiangolo/sqlmodel
-
The hand-picked selection of the best Python libraries released in 2021
SQLModel.
What are some alternatives?
datamodel-code-generator - Pydantic model and dataclasses.dataclass generator for easy conversion of JSON, OpenAPI, JSON Schema, and YAML data sources.
SQLAlchemy - The Database Toolkit for Python
fastapi - FastAPI framework, high performance, easy to learn, fast to code, ready for production
ormar - python async orm with fastapi in mind and pydantic validation
fakeapi - An API to generate fake data based on a JSON payload
pydantic - Data validation using Python type hints
fastapi - FastAPI framework, high performance, easy to learn, fast to code, ready for production [Moved to: https://github.com/fastapi/fastapi]
pydantic-sqlalchemy - Tools to convert SQLAlchemy models to Pydantic models
geojson-pydantic - Pydantic data models for the GeoJSON spec
sqlalchemy-hana - SQLAlchemy Dialect for SAP HANA
sqlite-utils - Python CLI utility and library for manipulating SQLite databases
