chore: 🚧 remove cinemagoer and fiber and add new techinque for scraping

This commit is contained in:
2024-11-06 01:59:13 +01:00
parent 6d88e96864
commit cba9dd3ffc
46 changed files with 1179 additions and 1764 deletions
+16
View File
@@ -0,0 +1,16 @@
version: "2"
sql:
- engine: "postgresql"
schema: "./database/migrations/*"
queries: "./database/queries/*"
gen:
go:
package: "sqlc"
out: "./internal/sqlc"
sql_package: "pgx/v5"
emit_interface: true
emit_empty_slices: true
emit_json_tags: true
rename:
uuid: "UUID"