fundtract

module
v0.0.0-...-ec48031 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 4, 2025 License: MIT

README

Fundtract

Self hosted solution on aggregating your online transactions through various sources.

Code styles

Database Migration

Use go-migrate for creating new migrations. Here is an example command

migrate create -ext sql -dir db/migrations -seq <operation>_<table_name>_<detail:optional>
  • Operation describes what the migration file will do, create, drop, or update. Use insert, or delete if the migration script is for adding/removing data (e.g. adding default secret values)
  • Table name describes the name of the table
  • Detail is for additional details

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL