This website requires JavaScript.
Explore
Help
Sign In
wojtek
/
musichoard
Watch
1
Star
0
Fork
0
You've already forked musichoard
Code
Issues
17
Pull Requests
1
Actions
Packages
Projects
1
Releases
4
Wiki
Activity
musichoard
/
tests
/
database
/
mod.rs
5 lines
97 B
Rust
Raw
Normal View
History
Unescape
Escape
Add a SQLite database backend (#265) Part 1 of #248 Reviewed-on: https://git.thenineworlds.net/wojtek/musichoard/pulls/265
2025-01-12 10:24:53 +01:00
#[
cfg(feature =
"
database-json
"
)
]
Artist merge for non-null properties always erases database properties (#72) Closes #71 Reviewed-on: https://git.wojciechkozlowski.eu/wojtek/musichoard/pulls/72
2023-05-21 22:28:51 +02:00
pub
mod
json
;
Add a SQLite database backend (#265) Part 1 of #248 Reviewed-on: https://git.thenineworlds.net/wojtek/musichoard/pulls/265
2025-01-12 10:24:53 +01:00
#[
cfg(feature =
"
database-sqlite
"
)
]
pub
mod
sql
;
Reference in New Issue
Copy Permalink