PL/SQL to Python transcompiler
$ git clone --recursive https://github.com/bedorlan/priscilla
$ cd priscilla
$ make build
$ cat <<EOF > input/example.pkg
begin
dbms_output.put_line('Hello');
end;
/
EOF
$ make migrate
$ export PYTHONPATH=$PWD/runtime_libs/
$ python3 output/example.py
Hello
This is a development version. If something doesn't work, please let me know
- make
- java 8
- python >= 3.6
- pip
Please check the tests to see the scope
- GOTO
- Context switch. SQL invoking PL/SQL
By demand