plsci icon indicating copy to clipboard operation
plsci copied to clipboard

PostgreSQL procedural language handler for Clojure via SCI

Results 4 plsci issues
Sort by recently updated
recently updated
newest added

I'm currently using https://github.com/pllua/pllua at the moment. Are there any benchmarks for plsci in comparison: ie: https://gist.github.com/xvaara/df0b802b86d2aa4f30b88a3fd6b69a14

The first time after building libplsci I can successfully run cargo pgx run: ``` installing extension Copying control file to `/Users/borkdude/.pgx/13.0/pgx-install/share/postgresql/extension/plsci.control` Copying shared library to `/Users/borkdude/.pgx/13.0/pgx-install/lib/postgresql/plsci.so` Writing extension schema to...

@eeeebbbbrrrr said: > next you need to make a procedural language handler. You're free to use my not-yet-released pl/rust as a starting point: https://github.com/zombodb/plrust

@eeeebbbbrrrr suggested some refactorings here: https://github.com/borkdude/sci/issues/373#issuecomment-757561012