ystekno

Results 4 issues of ystekno

### Is your feature request related to a problem? Is it possible to connect single database to different schemas in postgresql with different **http subfolder** like **django-tenants**? ### What do...

enhancement

* **uvloop version**: current * **Python version**: 3.9 * **Platform**: windows 10 , 64 bit * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: * **Does uvloop behave differently...

``` class ProductGroup(pc.Model, table=True): code: str = None name: str class Product(pc.Model, table=True): code: str = None name: str price = float image: str = None description: str = None...

It gives many errors in Add/Update/Delete errors. When price is float, set cannot input.. ``` import pynecone as pc import datetime from typing import List, Optional from sqlmodel import Field...