Closed swyxio closed 1 month ago
Hey @swyxio, the MiniDataAPI Spec that this library follows doesn't include joins. We document that here: https://docs.fastht.ml/explains/minidataapi.html#limitations-of-the-minidataapi-specification
If it helps, at some point soon I'll put in some work on fastsql. While that also follows the MiniDataAPI Spec, it is a wrapper around the lovely SQLAlchemy library which does support foreign keys and supports SQLite. As soon as figure out how to do it I'll make a point of documenting using FastSQL with foreign keys by going right to the SQLAlchemy.
i have 2 tables,
post
andsource
, and i know what to do with them in normal SQL:but obviously the result doesnt have the nice dataclass
__ft__
sugar. is there a way to do this with Dataclass stuff? can we document please?