Quick Start
Prerequisites
- Go 1.25 or later
- Docker (for running PostgreSQL locally)
- Git
Running PostgreSQL Locally
Development Guide
For detailed development information, see CLAUDE.md in the repository. It covers:- Architecture overview and data flow
- Package structure and core types
- How to add new features and change types
- Testing patterns and conventions
- Debugging tips
Project Structure
Running Tests
Pull Request Process
- Create a branch:
git checkout -b feature/your-feature - Make changes and add tests
- Verify:
- Submit PR with clear description
PR Description Template
Getting Help
- GitHub Issues - Bug reports and feature requests
- GitHub Discussions - Questions and ideas