Documentation
¶
Overview ¶
Example usage of GCORM with PostgreSQL.
This file demonstrates the intended usage pattern after running `gco generate`. The generated client code provides a Prisma-like experience for database operations.
Usage:
# Set up your database URL export DATABASE_URL="postgresql://user:password@localhost:5432/mydb" # Generate the client code gco generate # Run the example go run main.go
Click to show internal directories.
Click to hide internal directories.