{"id":20170164,"url":"https://github.com/fabrix-app/spool-plv8","last_synced_at":"2026-02-26T06:15:12.588Z","repository":{"id":52093126,"uuid":"145043718","full_name":"fabrix-app/spool-plv8","owner":"fabrix-app","description":"Spool: PLV8 for Fabrix","archived":false,"fork":false,"pushed_at":"2022-12-08T10:13:31.000Z","size":272,"stargazers_count":3,"open_issues_count":5,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-14T18:48:18.224Z","etag":null,"topics":["fabrix","nodejs","plv8","spool","typescript"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fabrix-app.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-16T22:07:59.000Z","updated_at":"2018-11-18T13:37:01.000Z","dependencies_parsed_at":"2023-01-25T07:00:10.368Z","dependency_job_id":null,"html_url":"https://github.com/fabrix-app/spool-plv8","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabrix-app%2Fspool-plv8","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabrix-app%2Fspool-plv8/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabrix-app%2Fspool-plv8/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabrix-app%2Fspool-plv8/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabrix-app","download_url":"https://codeload.github.com/fabrix-app/spool-plv8/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233761707,"owners_count":18726187,"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","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":["fabrix","nodejs","plv8","spool","typescript"],"created_at":"2024-11-14T01:17:31.179Z","updated_at":"2025-09-21T14:33:10.482Z","avatar_url":"https://github.com/fabrix-app.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# spool-plv8\n\n[![Gitter][gitter-image]][gitter-url]\n[![NPM version][npm-image]][npm-url]\n[![Build Status][ci-image]][ci-url]\n[![Test Coverage][coverage-image]][coverage-url]\n[![Dependency Status][daviddm-image]][daviddm-url]\n[![Follow @FabrixApp on Twitter][twitter-image]][twitter-url]\n\nrequire() and execute nodejs code in Postgres with PLV8 and Fabrix. Depends on [spool-knex](https://github.com/fabrix-app/spool-knex).\n\n## Install\n\n```sh\n$ npm install --save @fabrix/spool-plv8\n```\n\n## Configure\n\n```js\n// config/main.ts\nimport { PLV8Spool } from '@fabrix/spool-plv8'\nimport { KnexSpool } from '@fabrix/spool-knex'\nexport const main = {\n  spools: [\n    // ... other spools\n    KnexSpool,\n    PLV8Spool\n  ]\n}\n```\n\n```js\n// config/plv8.ts\nexport const plv8 = {\n  /**\n   * The name of the database store to use; must be defined in config.stores\n   */\n  store: 'some-plv8-store'\n}\n```\n\n## License\nMIT\n\n[npm-image]: https://img.shields.io/npm/v/@fabrix/spool-plv8.svg?style=flat-square\n[npm-url]: https://npmjs.org/package/@fabrix/spool-plv8\n[ci-image]: https://img.shields.io/circleci/project/github/fabrix-app/spool-plv8/master.svg\n[ci-url]: https://circleci.com/gh/fabrix-app/spool-plv8/tree/master\n[daviddm-image]: http://img.shields.io/david/fabrix-app/spool-plv8.svg?style=flat-square\n[daviddm-url]: https://david-dm.org/fabrix-app/spool-plv8\n[gitter-image]: http://img.shields.io/badge/+%20GITTER-JOIN%20CHAT%20%E2%86%92-1DCE73.svg?style=flat-square\n[gitter-url]: https://gitter.im/fabrix-app/fabrix\n[twitter-image]: https://img.shields.io/twitter/follow/FabrixApp.svg?style=social\n[twitter-url]: https://twitter.com/FabrixApp\n[coverage-image]: https://img.shields.io/codeclimate/coverage/github/fabrix-app/spool-plv8.svg?style=flat-square\n[coverage-url]: https://codeclimate.com/github/fabrix-app/spool-plv8/coverage\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabrix-app%2Fspool-plv8","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabrix-app%2Fspool-plv8","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabrix-app%2Fspool-plv8/lists"}