Important
🚧 This is a work in progress 🚧
An incomplete, unofficial Python package to interface with SAIL Databank's database, supported by a C++20 backend.
- Attempt to conform to PEP 249
- Assess feasibility of using
nanodbc
asODBC
backend, or whether a handmade solution would be more perfomant - a C-side implementation of thread safe connection pooling might also be a nice addition
- Utilise Apache Arrow for data access and to support batched data transfer to Python
- Handmade DotEnv parser to aid user(s) in managing their workspace alongside profile & secret management