mirror of
https://github.com/YGGverse/mb.git
synced 2026-03-31 17:15:28 +00:00
upgrade redb to v3.0
This commit is contained in:
parent
69bc326284
commit
e4d0b085c1
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
use anyhow::Result;
|
||||
use chrono::{DateTime, Utc};
|
||||
use redb::{Database, ReadableTable, TableDefinition};
|
||||
use redb::{Database, ReadableDatabase, ReadableTable, TableDefinition};
|
||||
|
||||
const POST: TableDefinition<i64, String> = TableDefinition::new("post");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue