sqlflow icon indicating copy to clipboard operation
sqlflow copied to clipboard

Implement pyalisa and model saver/loader in Python

Open shendiaomo opened this issue 5 years ago • 0 comments

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 pyalisa module based on the Python DB API
  • [ ] Implement a model save/load module in the Python package sqlflow.runtime
  • [ ] Remove dependencies of goalisa and other database drivers in the Go codebase.

shendiaomo avatar Jun 29 '20 13:06 shendiaomo