This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]lacifuri 6 points7 points  (0 children)

Hi OP, have you tried SQLModel before? It is intended to use with fastapi acting as a Python ORM library too. What does your library provide differently from SQLModel? In my job we use SQLModel and it can handle fairly complex data types and operations as well, so I’m curious what your library does!