starchart/db
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
..
db-core feat: add_user and user_exists with accompanying test suites 2022-04-20 16:23:38 +05:30
db-sqlx-sqlite feat: implement SCDatabase for sqlite 2022-04-12 17:48:05 +05:30
migrator feat: migrator binary 2022-04-12 17:34:25 +05:30