starchart/db/db-core
realaravinth 5102531a70
feat: add_user and user_exists with accompanying test suites
DESCRIPTION
    add_user
	Adds new user to DB. Implementers must ensure username
	uniqueness scoped at forge instance level. When applicable, HTML
	link to profile photo may be stored as we..
    user_exists
	Checks if a user exists in database. Optionally provide hostname
	of forge instance to get forge-specific results.
2022-04-20 16:23:38 +05:30
..
src feat: add_user and user_exists with accompanying test suites 2022-04-20 16:23:38 +05:30
.gitignore feat: define core DB traits to store, check for existence and delete 2022-04-12 17:35:09 +05:30
Cargo.lock feat: define core DB traits to store, check for existence and delete 2022-04-12 17:35:09 +05:30
Cargo.toml feat: define core DB traits to store, check for existence and delete 2022-04-12 17:35:09 +05:30