membership/membership.db resource
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) observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3846
- days_rel: n/a
- days_push: 3539
- n_releases_24m: 0
Adoption not part of the score
1021 stars · 82 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A SQL database schema boilerplate for storing user accounts, roles, and authentication tokens/claims in web applications. It provides ready-made schema definitions for PostgreSQL, SQL Server, Azure SQL Database, LocalDb, and SQLite.
Use cases
- bootstrap a user accounts table for a new web app
- add roles and permissions tables to a database
- store authentication tokens and claims in SQL
- start a membership system without designing schema from scratch
- use a consistent auth schema across PostgreSQL and SQLite
When to choose
- starting a new web application that needs user accounts and roles
- wanting a battle-tested, MIT-licensed schema instead of hand-rolling one
- targeting PostgreSQL, SQL Server, or SQLite
When to avoid
- using a NoSQL database
- needing runtime authentication logic rather than just schema
- requiring an actively maintained project with recent updates
Facets
learning-resource · maturity maintenance
database auth boilerplate databases web-development security developer-tools cross-platform self-hosted sql-schema user-accounts roles authentication-tokens postgresql sql-server sqlite boilerplate
1 source
- readme: https://github.com/membership/membership.db · fetched 2026-08-28 · fe6b83e7e745
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| membership/membership.db | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="membership/membership.db")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem