sqlflow
sqlflow copied to clipboard
Implement pyalisa and model saver/loader in Python
As the discussion of #2494 , SQLFlow would be made a pure compiler. This requires we support alisa in Python as a prerequisite.
- [x] Implement a
pyalisamodule based on the Python DB API - [ ] Implement a model save/load module in the Python package
sqlflow.runtime - [ ] Remove dependencies of
goalisaand other database drivers in the Go codebase.