https://github.com/justanotherorganization/godb
Just a wrapper around database/sql for Golang to make object mapping less painful.
https://github.com/justanotherorganization/godb
database golang sql
Last synced: 7 months ago
JSON representation
Just a wrapper around database/sql for Golang to make object mapping less painful.
- Host: GitHub
- URL: https://github.com/justanotherorganization/godb
- Owner: JustAnotherOrganization
- Created: 2019-04-12T17:14:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-22T20:04:19.000Z (over 6 years ago)
- Last Synced: 2024-07-31T12:43:33.463Z (almost 2 years ago)
- Topics: database, golang, sql
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoDB
A light and easy wrapper around `database/sql`
# License
Copyright 2019 Just Another Organization
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.