{"id":13836149,"url":"https://github.com/nbalduzzi/fastify-knexjs","last_synced_at":"2025-04-25T08:31:34.987Z","repository":{"id":32427972,"uuid":"110136101","full_name":"nbalduzzi/fastify-knexjs","owner":"nbalduzzi","description":"Fastify KnexJS Plugin","archived":false,"fork":false,"pushed_at":"2023-01-23T07:03:05.000Z","size":588,"stargazers_count":28,"open_issues_count":14,"forks_count":14,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-09T14:49:13.268Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nbalduzzi.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":"2017-11-09T16:00:17.000Z","updated_at":"2024-10-31T18:21:54.000Z","dependencies_parsed_at":"2023-02-12T21:00:43.088Z","dependency_job_id":null,"html_url":"https://github.com/nbalduzzi/fastify-knexjs","commit_stats":null,"previous_names":["chapuletta/fastify-knexjs"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbalduzzi%2Ffastify-knexjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbalduzzi%2Ffastify-knexjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbalduzzi%2Ffastify-knexjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbalduzzi%2Ffastify-knexjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nbalduzzi","download_url":"https://codeload.github.com/nbalduzzi/fastify-knexjs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223992708,"owners_count":17237501,"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":[],"created_at":"2024-08-04T15:00:36.828Z","updated_at":"2024-11-10T18:05:21.397Z","avatar_url":"https://github.com/nbalduzzi.png","language":"JavaScript","funding_links":[],"categories":["\u003ch2 align=\"center\"\u003eAwesome Fastify\u003c/h2\u003e"],"sub_categories":["\u003ch2 align=\"center\"\u003eEcosystem\u003c/h2\u003e"],"readme":"# Fastify KnexJS Plugin\n\n![Test](https://github.com/nbalduzzi/fastify-knexjs/workflows/Test/badge.svg)\n![Semantic Release](https://github.com/nbalduzzi/fastify-knexjs/workflows/Semantic%20Release/badge.svg)\n[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n\n[![NPM](https://nodei.co/npm/fastify-knexjs.png?downloads=true\u0026downloadRank=true\u0026stars=true)](https://nodei.co/npm/fastify-knexjs/)\n\n## Installation\n\n```bash\nnpm install fastify-knexjs --save\n```\n\n## Usage\n\n```javascript\nfastify.register(require('fastify-knexjs'), options, (err) =\u003e\n  console.error(err)\n);\n\nfastify.get('/', (request, reply) =\u003e {\n  console.log(fastify.knex); // Knex DB instance\n});\n```\n\n## Options\n\nKnexJS client DB configuration JSON object.\n\n\u003chttp://knexjs.org/#Installation-client\u003e\n\n## Author\n\n[Nicolás Balduzzi](nico.balduzzi@gmail.com)\n\n## Contributors\n\n[Patrick Heneise](https://github.com/PatrickHeneise)\n\n## License\n\nLicensed under [MIT](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnbalduzzi%2Ffastify-knexjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnbalduzzi%2Ffastify-knexjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnbalduzzi%2Ffastify-knexjs/lists"}