为fastapi定制化开发的orm框架. ... class Book(Model): class Meta(BaseMeta): tablename = "books" id: int = Integer(primary_key=True) author: ...
確定! 回上一頁