Pinned Repositories
backend
Helper functions to create a web server.
db
database interface for https://github.com/gopsql/psql
migrator
Create migration files for database models
pagination
Convert pagination, query and/or sort query parameters to SQL expressions.
pgx
https://github.com/jackc/pgx that implements https://github.com/gopsql/db
pq
https://github.com/lib/pq that implements https://github.com/gopsql/db
psql
gopsql is a simple tool to make PostgreSQL database queries, especially for developing RESTful API with JSON.
sqlite
Support SQLite for https://github.com/gopsql/psql
standard
Go standard library (database/sql) that implements https://github.com/gopsql/db
watch
Watch and build
gopsql's Repositories
gopsql/db
database interface for https://github.com/gopsql/psql
gopsql/pq
https://github.com/lib/pq that implements https://github.com/gopsql/db
gopsql/watch
Watch and build
gopsql/backend
Helper functions to create a web server.
gopsql/bcrypt
Password struct that uses bcrypt hashing function
gopsql/goconf
Use Go file as config file
gopsql/gopg
https://github.com/go-pg/pg that implements https://github.com/gopsql/db
gopsql/jwt
Parse and generate JWT authorization header
gopsql/logger
A logger interface and some default loggers
gopsql/migrator
Create migration files for database models
gopsql/mysql
Support MySQL or MariaDB for https://github.com/gopsql/psql and https://github.com/gopsql/db
gopsql/pagination
Convert pagination, query and/or sort query parameters to SQL expressions.
gopsql/pgx
https://github.com/jackc/pgx that implements https://github.com/gopsql/db
gopsql/psql
gopsql is a simple tool to make PostgreSQL database queries, especially for developing RESTful API with JSON.
gopsql/sqlite
Support SQLite for https://github.com/gopsql/psql
gopsql/standard
Go standard library (database/sql) that implements https://github.com/gopsql/db
gopsql/gow
watch command