mirror of
https://github.com/YGGverse/rssto.git
synced 2026-04-01 17:45:30 +00:00
separate Pollable and Transactional features, separate table members, use single-connection transactions method in the crawler and llm crates, minor crawler optimizations such as disconnect from db server on each queue iteration complete
This commit is contained in:
parent
221b43e4cf
commit
f48e256fad
11 changed files with 438 additions and 409 deletions
|
|
@ -9,5 +9,10 @@ keywords = ["rssto", "database", "mysql", "library", "driver", "api"]
|
|||
# categories = []
|
||||
repository = "https://github.com/YGGverse/rssto"
|
||||
|
||||
[features]
|
||||
default = ["pollable"]
|
||||
pollable = []
|
||||
transactional = []
|
||||
|
||||
[dependencies]
|
||||
mysql = "26.0.1"
|
||||
mysql = "26.0.1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue