https://github.com/huangkai1008/libradb
LibraDB is a Go-based relational database project.
https://github.com/huangkai1008/libradb
database go relational-database
Last synced: about 2 months ago
JSON representation
LibraDB is a Go-based relational database project.
- Host: GitHub
- URL: https://github.com/huangkai1008/libradb
- Owner: Huangkai1008
- License: mit
- Created: 2024-07-18T23:55:28.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-04T09:36:01.000Z (almost 2 years ago)
- Last Synced: 2025-02-04T20:20:16.729Z (over 1 year ago)
- Topics: database, go, relational-database
- Language: Go
- Homepage:
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# LibraDB
[](https://github.com/Huangkai1008/libradb/actions/workflows/tests.yaml)
[](https://codecov.io/gh/Huangkai1008/libradb)
[](https://goreportcard.com/report/github.com/Huangkai1008/libradb)
[](https://godoc.org/github.com/Huangkai1008/libradb)
[](https://www.mit-license.org/)
LibraDB is a Go-based relational database project. It allows for the creation, querying, updating, and deletion of
records in a structured manner. The database operations are performed using SQL commands and managed through a Go
interface.
## Contents
- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
## Requirements
- Go 1.22 or later
## Installation
1. Install [Go](https://github.com/golang/go) and set your workspace
2. Get the project
```bash
go -get https://github.com/Huangkai1008/libradb
```
## Usage
1.Add the libs
```bash
go mod download
```
2.Run the application
```bash
go run cmd/main.go
```
## License
[MIT @ Huang Kai](./LICENSE)