added hack to pass as pydantic model in fastapi, tests for fastapi
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
from orm.fields import Integer, BigInteger, Boolean, Time, Text, String, JSON, DateTime, Date, Decimal, Float, \
|
||||
ForeignKey
|
||||
from orm.models import Model
|
||||
from orm.exceptions import ModelDefinitionError, MultipleMatches, NoMatch, ModelNotSet
|
||||
|
||||
__all__ = [
|
||||
"Integer",
|
||||
|
||||
Reference in New Issue
Block a user