Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stchris/gosqlite-example
Sqlite 3 examples in Go
https://github.com/stchris/gosqlite-example
Last synced: about 1 month ago
JSON representation
Sqlite 3 examples in Go
- Host: GitHub
- URL: https://github.com/stchris/gosqlite-example
- Owner: stchris
- Created: 2014-08-24T21:00:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-24T21:01:45.000Z (over 10 years ago)
- Last Synced: 2023-03-11T01:38:23.625Z (almost 2 years ago)
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a small sample in go language(golang.org) using the go sqlite package.
Since examples of using this library is hard to come by, I thought I would put
a sample so that others can see the code and get started fairly quickly.Enjoy!
Bikal.