chore: Rewriting getLibrary func

This commit is contained in:
Ahmad Ansori Palembani 2024-06-18 21:12:01 +07:00
parent de48b52ec3
commit 893af9bd73
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
9 changed files with 159 additions and 24 deletions

View file

@ -5,3 +5,8 @@ CREATE TABLE categories(
flags INTEGER NOT NULL,
manga_order TEXT NOT NULL
);
findAll:
SELECT *
FROM categories
ORDER BY sort;