kayak / pypika

PyPika is a python SQL query builder that exposes the full richness of the SQL language using a syntax that reflects the resulting query. PyPika excels at all sorts of SQL queries but is especially useful for data analysis.
http://pypika.readthedocs.io/en/latest/
Apache License 2.0
2.43k stars 292 forks source link

Feature request. #802

Open mehhey opened 1 month ago

mehhey commented 1 month ago

It would be great if pypika could be based on pydantic. Some features which comes with pydantic could be very useful such as json serialization and type checking.