Skip to content

Instantly share code, notes, and snippets.

View reedHam's full-sized avatar
⚙️

Reed Hambrook reedHam

⚙️
View GitHub Profile
@reedHam
reedHam / README.md
Last active September 15, 2025 21:04
Grabber tag DB

Scripts to enable saving tags of downloaded images using Grabber commands.

  1. Downlaod and install grabber
  2. Change the command->database settings to use QSQLITE as the driver, and a file path (e.g. tag.db) as the database. (Grabber will make the database file for you after setting the path and saving the settings.)
  3. Using the sqlite command line or sqlite studio run the initTables.sql statements included below on the sqlite database created in step 2.
  4. After the tables exist in the database add the following scripts to the command->database settings.

Start:

12 factor app

https://12factor.net/

What is it?

12 factor app is a methodology for creating web apps.

Code base.

Each repository is a code base and should be treated as an app each folowing this methodoigy.
The number of repositorys should be kept to a minimum to reduce complexity.
If code is shared between code bases then a library should be created and managed using a package manager.