SaaSHub helps you find the best software and product alternatives Learn more →
Sqlmodel Alternatives
Similar projects and alternatives to sqlmodel
-
-
pydantic-sqlalchemy
Tools to convert SQLAlchemy models to Pydantic models
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
-
-
-
datamodel-code-generator
Pydantic model and dataclasses.dataclass generator for easy conversion of JSON, OpenAPI, JSON Schema, and YAML data sources.
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
sqlalchemy-filters-plus
Lightweight library for providing filtering mechanism for your APIs using SQLAlchemy
-
-
-
django-ninja
💨 Fast, Async-ready, Openapi, type hints based framework for building APIs
-
-
sqlite-utils
Python CLI utility and library for manipulating SQLite databases
-
FastAPIQuickCRUD
Generate CRUD methods in FastApi from an SQLAlchemy schema
-
fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production
-
-
sherlock
🔎 Hunt down social media accounts by username across social networks
-
-
gradio
Build and share delightful machine learning apps, all in Python. 🌟 Star to support our work!
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
sqlmodel reviews and mentions
-
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
-
The hand-picked selection of the best Python libraries released in 2021
SQLModel.
-
If you managed the Django project, what would you focus on in the next 12 months?
Have you seen SQLModel? It dropped two weeks ago.
- SQLModel: SQL DBs based on Python type hints. The biggest thing I've built since FastAPI and Typer. 😅
-
SQLModel – SQL Databases in FastAPI
This bit looks like async support: https://github.com/tiangolo/sqlmodel/blob/0.0.3/sqlmodel/ext...
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0fa0133268>
www.saashub.com | 6 Dec 2023
Stats
tiangolo/sqlmodel is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of sqlmodel is Python.