Skip to main content

foks-proj/go-foks

SkillsMP has collected 3 skills from foks-proj/go-foks. Open a skill to review its source and details.

Latest recorded source activity
SkillsMP catalog refreshed
skills collected
3
GitHub stars
447
GitHub forks
25

Skills in this repository

1 occupation categories · 100% classified

Showing 3 of 3 collected skills.

occupation
Software Developers
description

Add a new SQL schema patch (pN.sql) to a FOKS server database. Use whenever changing server-side DDL (new table/index/column/type) on an existing database — the patch must be registered in THREE files or it silently never applies.

updated
occupation
Software Developers
description

Store locally cached data in the FOKS client's local SQLite DB (soft/hard state) via DbGet/DbPut, optionally two-tiered with an in-memory map in front. Use when adding client-side persistence or caching keyed by scope + key.

updated
occupation
Software Developers
description

Use when adding a new error / status code to FOKS. Wires a new StatusCode through proto-src/lib/status.snowp (enum + variant Status arm), regenerates proto with `make proto`, and mirrors it as a Go error in lib/core/errors.go (type + both conversion…

updated
Showing 3 of 3 collected skills.