gfs
Git-style version control for PostgreSQL and MySQL databases
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install GFS?โผ
Run `npx skills add Guepard-Corp/gfs --all -g -y` in your terminal to install all skills in this suite globally.
How to roll back a bad database migration?โผ
Run `gfs checkout HEAD~1` to instantly restore your database to the previous committed state. Every change is a commit, so any mistake can be undone in seconds.
Which databases does GFS support?โผ
GFS supports PostgreSQL versions 13 through 18 and MySQL versions 8.0 through 8.1, running in isolated Docker containers.
Does GFS work with Claude Code and Cursor?โผ
Yes. GFS includes a built-in MCP server that connects natively to Claude Code, Claude Desktop, Cursor, Cline, and Windsurf for safe agent-driven database work.
Can I compare database schemas between commits?โผ
Yes. Use `gfs schema diff HEAD~5 HEAD` to compare schemas across any two commits and see table and column changes instantly.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core