{"id":19020245,"url":"https://github.com/trailsjs/trailpack-datastore","last_synced_at":"2026-04-28T07:30:21.592Z","repository":{"id":57378818,"uuid":"49346671","full_name":"trailsjs/trailpack-datastore","owner":"trailsjs","description":":package: Parent to the Datastore Trailpacks (waterline, bookshelf, sequelize, etc)","archived":false,"fork":false,"pushed_at":"2017-03-06T02:04:53.000Z","size":16,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-04-24T21:43:21.207Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/trailsjs.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":"2016-01-10T00:03:58.000Z","updated_at":"2016-12-30T19:22:59.000Z","dependencies_parsed_at":"2022-09-02T20:21:50.475Z","dependency_job_id":null,"html_url":"https://github.com/trailsjs/trailpack-datastore","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trailsjs%2Ftrailpack-datastore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trailsjs%2Ftrailpack-datastore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trailsjs%2Ftrailpack-datastore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trailsjs%2Ftrailpack-datastore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trailsjs","download_url":"https://codeload.github.com/trailsjs/trailpack-datastore/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240064609,"owners_count":19742347,"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-11-08T20:16:16.858Z","updated_at":"2026-04-28T07:30:19.349Z","avatar_url":"https://github.com/trailsjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# trailpack-datastore\n\n## Note: Deprecated as of v3. See [trailsjs/trailpack/datastore.js](https://github.com/trailsjs/trailpack/blob/master/datastore.js).\n\n[![Gitter][gitter-image]][gitter-url]\n[![NPM version][npm-image]][npm-url]\n[![Build status][ci-image]][ci-url]\n[![Dependency Status][daviddm-image]][daviddm-url]\n[![Code Climate][codeclimate-image]][codeclimate-url]\n[![Follow @trailsjs on Twitter][twitter-image]][twitter-url]\n\nParent to the Datastore Trailpacks (waterline, bookshelf, sequelize, etc).\n\n## Usage\nDatastore Trailpacks should extend this Trailpack. For example, [trailpack-waterline](https://github.com/trailsjs/trailpack-waterline)\nis implemented thus:\n\n```js\nconst DatastoreTrailpack = require('trailpack-datastore')\nclass WaterlineTrailpack extends DatastoreTrailpack {\n  // ...\n}\n```\n\n## Configuration\n\n### `migrate`\n\n#### `none`\nDo not perform any schema migration.\n\n#### `create`\nCreate any new tables/columns, but do not alter any existing tables or columns.\n\n#### `alter`\nAlter the schema to match the new schema of the Models.\n\n#### `drop`\nDrop all tables and re-create them.\n\n## Contributing\nWe love contributions! Please check out our [Contributor's Guide](https://github.com/trailsjs/trails/blob/master/CONTRIBUTING.md) for more\ninformation on how our projects are organized and how to get started.\n\n## License\n[MIT](https://github.com/trailsjs/trailpack-datastore/blob/master/LICENSE)\n\n[npm-image]: https://img.shields.io/npm/v/trailpack-datastore.svg?style=flat-square\n[npm-url]: https://npmjs.org/package/trailpack-datastore\n[ci-image]: https://img.shields.io/travis/trailsjs/trailpack-datastore/master.svg?style=flat-square\n[ci-url]: https://travis-ci.org/trailsjs/trailpack-datastore\n[daviddm-image]: http://img.shields.io/david/trailsjs/trailpack-datastore.svg?style=flat-square\n[daviddm-url]: https://david-dm.org/trailsjs/trailpack-datastore\n[codeclimate-image]: https://img.shields.io/codeclimate/github/trailsjs/trailpack-datastore.svg?style=flat-square\n[codeclimate-url]: https://codeclimate.com/github/trailsjs/trailpack-datastore\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/trailsjs/trails\n[twitter-image]: https://img.shields.io/twitter/follow/trailsjs.svg?style=social\n[twitter-url]: https://twitter.com/trailsjs\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrailsjs%2Ftrailpack-datastore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrailsjs%2Ftrailpack-datastore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrailsjs%2Ftrailpack-datastore/lists"}