Date: Sat, 01 Jan 2022 05:10:00 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 257370] [NEW PORT] databases/py-ormar: Simple async ORM with fastapi in mind and pydantic validation Message-ID: <bug-257370-21822-NdLpkAJRVd@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-257370-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-257370-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257370 --- Comment #7 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3D583287b7d536cc849d4683327773395= 42a750f0a commit 583287b7d536cc849d468332777339542a750f0a Author: Goran Meki=C4=87 <meka@tilda.center> AuthorDate: 2022-01-01 05:06:14 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2022-01-01 05:08:51 +0000 databases/py-ormar: add port: Simple async ORM with fastapi in mind and pydantic validation The ormar package is an async mini ORM for Python, with support for Postgres, MySQL, and SQLite. The main benefit of using ormar are: * getting an async ORM that can be used with async frameworks (fastapi, starlette etc.) * getting just one model to maintain - you don't have to maintain pydan= tic and other orm model (sqlalchemy, peewee, gino etc.) The goal was to create a simple ORM that can be used directly (as reque= st and response models) with fastapi that bases it's data validation on pydant= ic. WWW: https://github.com/collerek/ormar PR: 257370 Reported by: Goran Meki=C4=87 <meka@tilda.center> (new maintainer) Reviewed by: koobs databases/Makefile | 1 + databases/py-ormar/Makefile (new) | 50 ++++++++++++++++++++++++++++++++++= ++++ databases/py-ormar/distinfo (new) | 3 +++ databases/py-ormar/pkg-descr (new) | 13 ++++++++++ 4 files changed, 67 insertions(+) --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257370-21822-NdLpkAJRVd>