This repository contains set of scrapers for arabic publishers websites. Currently supported are:
pnpm install
# generate empty database
drizzle-kit push
All my usages are saved in src/cli directory. I'm not providing any single point of entry for this project as if you need to use this project for some reason, you should first understand how does it work and what consequences it may have.
# run in-browser drizzle studio and see whats in the database
drizzle-kit studio
# create new migration after changing the schema.ts
drizzle-kit generate
# apply migrations
drizzle-kit push
pnpm test