All Projects → filewalkwithme → go-pg-crud

filewalkwithme / go-pg-crud

Licence: other
Simple Postgres CRUD written in Golang

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to go-pg-crud

pg-dba-egitim
Eğitim Konuları
Stars: ✭ 23 (-47.73%)
Mutual labels:  postgres
clock-in-out
A clock-in/out system using nestJS, PostgreSQL, TypeORM, Angular, Arduino, RxJS
Stars: ✭ 61 (+38.64%)
Mutual labels:  postgres
mitoc-trips
The MIT Outing Club's trip management system
Stars: ✭ 30 (-31.82%)
Mutual labels:  postgres
pycroft
The new AG DSN management system
Stars: ✭ 16 (-63.64%)
Mutual labels:  postgres
Venflow
A brand new, fast and lightweight ORM, build for PostgreSQL.
Stars: ✭ 162 (+268.18%)
Mutual labels:  postgres
postgres-deno
A PostgreSQL extension for Deno: run Typescript in PostgreSQL functions and triggers.
Stars: ✭ 87 (+97.73%)
Mutual labels:  postgres
sqlx-adapter
Asynchronous casbin adapter for mysql, postgres, sqlite based on sqlx-rs
Stars: ✭ 27 (-38.64%)
Mutual labels:  postgres
realtime-flask-experiment
Experimenting with PostgreSQL's Listen/Notify and Flask-SocketIO
Stars: ✭ 22 (-50%)
Mutual labels:  postgres
elephantry
PostgreSQL OMM for rust
Stars: ✭ 28 (-36.36%)
Mutual labels:  postgres
connect4
Connect 4️⃣Game
Stars: ✭ 1 (-97.73%)
Mutual labels:  postgres
ParseCareKit
Securely synchronize any CareKit 2.1+ based app to a Parse Server Cloud. Compatible with parse-hipaa.
Stars: ✭ 28 (-36.36%)
Mutual labels:  postgres
google-bigtable-postgres-fdw
Google Bigtable Postgres FDW in Rust
Stars: ✭ 37 (-15.91%)
Mutual labels:  postgres
lego
A lightweight SQL (string) builder using ES6 template strings. Lego embraces SQL instead of adding yet another abstraction layer.
Stars: ✭ 54 (+22.73%)
Mutual labels:  postgres
integresql
IntegreSQL manages isolated PostgreSQL databases for your integration tests.
Stars: ✭ 475 (+979.55%)
Mutual labels:  postgres
ChefAPI
API using FastAPI and PostgreSQL for sharing or keeping track of awesome food recipes Based on Oauth2 and JWT 💎
Stars: ✭ 16 (-63.64%)
Mutual labels:  postgres
pg-ipc
IPC over PostgreSQL LISTEN/NOTIFY/UNLISTEN exposed as an EventEmitter
Stars: ✭ 27 (-38.64%)
Mutual labels:  postgres
pgsql-ast-parser
Yet another simple Postgres SQL parser
Stars: ✭ 152 (+245.45%)
Mutual labels:  postgres
shuttletracker
🚐 Shuttle tracking for RPI.
Stars: ✭ 44 (+0%)
Mutual labels:  postgres
graphql-to-sql
GraphQL model to SQL
Stars: ✭ 13 (-70.45%)
Mutual labels:  postgres
cloud-tileserver
Serve mapbox vectortiles via AWS stack
Stars: ✭ 48 (+9.09%)
Mutual labels:  postgres

go-pg-crud

This is an example of CRUD web application writen in pure Golang. It makes use of Postgres as database.

01.png

02.png

How to Use

  • Install PostgreSQL on your system. You can skip this step if already installed.
  • Clone this repository.
  • Execute the info.sql file into your PostgreSQL client. This will import sample database and tables that will be used for this example.
  • Modify main.go file, line 12. You must configure the PostgreSQL database connection.
  • Run go build to build the executable file.
  • Run/execute the generated program via terminal/command line.
  • Open your web browser, and navigate to http://localhost:8080.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].