Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paoloprodossimolopes/go-database-demo

Study project using standard way to handle with databases and your drives (in this case MySQL)
https://github.com/paoloprodossimolopes/go-database-demo

database demo example golang mysql

Last synced: 7 days ago
JSON representation

Study project using standard way to handle with databases and your drives (in this case MySQL)

Awesome Lists containing this project

README

        

# Database in GoLang

Application to study how to use database in GoLang using native Drives provided by the language

## Highlights

- Raw Queries in SQL
- Voiding SQL Injection using `Prepare`
- Contexts to limit the time of query