https://github.com/bfitzsimmons/mastodon
https://github.com/bfitzsimmons/mastodon
go golang postgres postgresql
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bfitzsimmons/mastodon
- Owner: bfitzsimmons
- License: mit
- Created: 2017-03-02T06:03:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-27T13:20:36.000Z (almost 7 years ago)
- Last Synced: 2024-06-20T10:11:11.632Z (about 2 years ago)
- Topics: go, golang, postgres, postgresql
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Mastodon
Mastodon is a Postgres library written in Go. It will allow the user to connect to and interact with a Postgres DB.
## Installation
```bash
go get -u github.com/bfitzsimmons/mastodon
```