{"id":15646347,"url":"https://github.com/borkdude/plsci","last_synced_at":"2025-10-17T03:39:33.266Z","repository":{"id":55079643,"uuid":"328624568","full_name":"borkdude/plsci","owner":"borkdude","description":"PostgreSQL procedural language handler for Clojure via SCI","archived":false,"fork":false,"pushed_at":"2021-01-16T22:23:22.000Z","size":33,"stargazers_count":49,"open_issues_count":4,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-30T12:21:04.399Z","etag":null,"topics":["clojure","postgresql"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/borkdude.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-01-11T10:17:52.000Z","updated_at":"2024-05-31T07:53:55.000Z","dependencies_parsed_at":"2022-08-14T11:20:52.139Z","dependency_job_id":null,"html_url":"https://github.com/borkdude/plsci","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/borkdude/plsci","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borkdude%2Fplsci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borkdude%2Fplsci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borkdude%2Fplsci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borkdude%2Fplsci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/borkdude","download_url":"https://codeload.github.com/borkdude/plsci/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borkdude%2Fplsci/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279278108,"owners_count":26138907,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-17T02:00:07.504Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clojure","postgresql"],"created_at":"2024-10-03T12:12:31.575Z","updated_at":"2025-10-17T03:39:33.225Z","avatar_url":"https://github.com/borkdude.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pl/sci\n\n[![project chat](https://img.shields.io/badge/slack-join_chat-brightgreen.svg)](https://app.slack.com/client/T03RZGPFR/C015LCR9MHD)\n\n## Status\n\nThis is very much an experiment and I'm open to feedback on where to take this\nnext.\n\n## Build\n\n### Requirements\n\n- [lein](https://leiningen.org/)\n- [GraalVM CE 20.3.0 Java 11](https://github.com/graalvm/graalvm-ce-builds/releases/tag/vm-20.3.0)\n- [cargo](https://doc.rust-lang.org/stable/cargo/)\n\n### Steps\n\n1. Set `GRAALVM_HOME` to your GraalVM directory (the one that contains the `bin`\n   directory).\n\n2. Run `script/compile-libplsci`.  Currently this build script contains some\n   macOS-specific things like `.dylib` and `install_name_tool`. This will be\n   made more portable later on (PR welcome).\n\n2. Run `cargo pgx run pg13`. Then try it out:\n\n```\npsql (13.0)\nType \"help\" for help.\n\nplsci=# create extension plsci;\nCREATE EXTENSION\n\nplsci=# select * from plsci('(+ 1 2 3)');\n plsci\n-------\n 6\n(1 row)\n```\n\n## License\n\nCopyright © 2021 Michiel Borkent\n\nDistributed under the EPL License. See LICENSE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborkdude%2Fplsci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fborkdude%2Fplsci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborkdude%2Fplsci/lists"}