add comment

This commit is contained in:
yggverse 2024-11-13 08:08:54 +02:00
parent 53694506f3
commit 2b80489340

View File

@ -42,6 +42,8 @@ impl Database {
}
}
// Low-level DB API
pub fn init(tx: &Transaction) -> Result<usize, Error> {
tx.execute(
"CREATE TABLE IF NOT EXISTS `profile`