rogerbinns / apsw

Another Python SQLite wrapper
https://rogerbinns.github.io/apsw/
Other
715 stars 96 forks source link

Support subtypes in functions #521

Open rogerbinns opened 1 month ago

rogerbinns commented 1 month ago

It means doing SQLITE_RESULT_SUBTYPE and associated methods.

An example usage would be numpy arrays passed around as blobs, but methods could add or multiply them because of subtypes.