Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.
/ members-db-old Public archive

Database of members in Approvers, implemented in Rust.

Notifications You must be signed in to change notification settings

approvers/members-db-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

members-db

Rust Docker

Database of members in Approvers, implemented in Rust.

Usage

$ cargo run [options] <command> [args...]

Commands

  • serve
    Starts the HTTP server to serve the members as JSON.

  • list
    Lists all members.

  • add <name>
    Adds a member with the name.

  • migrate
    Migrates the database to the current version.

Options

  • -d <path>, --database=<path>
    Forces to use the database located at the path.