Florents-Tselai / babar

🐘❤️🐍 Turn any Python object into a Postgres extension
https://babar.tselai.com
Apache License 2.0
3 stars 0 forks source link

A dataclass should be converted into a CREATE TYPE #26

Open Florents-Tselai opened 11 months ago

Florents-Tselai commented 11 months ago

Too far-fetched for now but leaving it here

Florents-Tselai commented 11 months ago

Interestingly enough both Postgres and Python official tutorials use Point(x,y) as an example for namedtuple and composite type accordingly