mirror of
https://github.com/NexVeridian/wikidata-to-surrealdb.git
synced 2025-09-02 09:59:13 +00:00
feat!: surrealdb 2.0, remove CreateVersion::Single, fix OVERWRITE_DB
This commit is contained in:
parent
6dcb9fd043
commit
4663a862a4
13 changed files with 328 additions and 245 deletions
7
Makefile
7
Makefile
|
@ -12,3 +12,10 @@ $(addprefix down-,$(COMPOSE_FILES)):
|
|||
|
||||
view:
|
||||
docker attach wikidata-to-surrealdb
|
||||
|
||||
precommit:
|
||||
rustup update
|
||||
cargo update
|
||||
cargo fmt
|
||||
cargo t
|
||||
cargo clippy --fix --allow-dirty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue