Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/paoloprodossimolopes/go-database-demo
- Owner: PaoloProdossimoLopes
- Created: 2024-01-27T07:02:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-27T07:07:37.000Z (about 1 year ago)
- Last Synced: 2024-11-24T19:15:44.592Z (2 months ago)
- Topics: database, demo, example, golang, mysql
- Language: Visual Basic 6.0
- Homepage:
- Size: 6.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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