Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

eggplants/doonroom_db

Repository files navigation

doonroom_db

PyPI version

release DB scheduled release

Maintainability pre-commit.ci status

Install

pip install doonroom-db

Build DB

$ ddb
Download pages? >> y
...

Log

log: issued sql statements are written

SQL Schema (SQLite3)

create table page {
 page_id integer,
 article_link text,
 post_date text,
 title text,
 body text,
 rating integer, -- `99` when the page is unrated
 category text,
 type text -- [dojin|hypno|other]
}
create table link {
 page_id integer,
 buy_link text,
 type text -- [dlsite|fanza|other]
}
create table tag {
 page_id integer,
 tag text
}
create table play {
 page_id integer,
 play text
}

About

同人音声の部屋(http://doonroom.blog.jp/) Unofficial DB

Topics

Resources

License

Stars

Watchers

Forks

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /