Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/membership/membership.db

SQL database schema boilerplate for user accounts, roles and authentication tokens for use in web apps (PostgreSQL, Microsoft SQL Server, Azure SQL Database, LocalDb, SQLite)
https://github.com/membership/membership.db

Last synced: about 1 month ago
JSON representation

SQL database schema boilerplate for user accounts, roles and authentication tokens for use in web apps (PostgreSQL, Microsoft SQL Server, Azure SQL Database, LocalDb, SQLite)

Awesome Lists containing this project

README

        

# Membership Database Schema

SQL database schema boilerplate for [PostgreSQL](https://aws.amazon.com/rds/postgresql/),
[SQL Server](https://azure.microsoft.com/services/sql-database/),
[Oracle](https://aws.amazon.com/rds/oracle/), and [SQLite](http://sqlite.org/), designed to store
user accounts, roles and authentication tokens / claims to be used in web applications.

* [Membership Database Schema for PostgreSQL](https://github.com/membership/membership.db/tree/master/postgres)
* [Membership Database Schema for SQL Server](https://github.com/membership/membership.db/tree/master/mssql)
* [Membership Database Schema for SQLite](https://github.com/membership/membership.db/tree/master/sqlite)

### Related Projects

* [React Starter Kit](https://github.com/kriasoft/react-starter-kit) — Isomorphic web app boilerplate (Node.js, GraphQL, React)
* [Node.js API Starter Kit](https://github.com/kriasoft/nodejs-api-starter) — Boilerplate and tooling for authoring data API backends with Node.js and GraphQL
* [Babel Starter Kit](https://github.com/kriasoft/babel-starter-kit) — JavaScript library boilerplate (ES2015, Babel, Rollup)

### Support

* [#membership.db](https://gitter.im/membership/membership.db) chat room on Gitter
* [@koistya](https://twitter.com/koistya) on [Codementor](https://www.codementor.io/koistya)

### License

Copyright © 2016 Membership Database contributors. This source code is licensed
under the MIT license found in the [LICENSE.txt](https://github.com/membership/membership.db/blob/master/LICENSE.txt)
file. The documentation to the project is licensed under the
[CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/) license.