summaryrefslogtreecommitdiffstats
path: root/user_db/README.md
blob: 59e918c90e585d6d002c7e8522db12e78bdb7225 (plain)
1
2
3
4
5
6
7
# Lib.rs: user database

Maintains an sqlite index of author emails, names and their GitHub usernames.

The database is created by `reindex_users` binary which is **not** in this crate, but in the [reindex](https://gitlab.com/crates.rs/reindex) sub project (that's to avoid circular crate references).

Mapping uses both GitHub search as well as commit listing APIs.