AnswerDotAI / fastsql

https://answerdotai.github.io/fastsql
Apache License 2.0
35 stars 2 forks source link

Implement dunder methods #3

Closed pydanny closed 1 month ago

pydanny commented 1 month ago
jph00 commented 1 month ago

__call__ takes a where clause and params, and __getitem__ takes a primary key (or a tuple of them for multi-key).