mirror of
https://github.com/NexVeridian/wikidata-to-surrealdb.git
synced 2025-09-02 01:49:13 +00:00
feat: remove lazy_static and make tables.rs async
This commit is contained in:
parent
dbd039eebf
commit
5fa50cf69f
8 changed files with 142 additions and 83 deletions
|
@ -64,7 +64,7 @@ Env string CREATE_VERSION must be in the enum CREATE_VERSION
|
|||
pub enum CreateVersion {
|
||||
#[default]
|
||||
Bulk,
|
||||
/// must create a filter.surql file in the data directory
|
||||
/// must create a `filter.surql` file in the data directory
|
||||
BulkFilter,
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue