Skip to content

opentoolbox-gh/golang-json-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golang-json-base

Golang JSON Base is a Golang library that allows you to use a JSON file as a database in your Golang projects. It provides an easy-to-use interface to store, retrieve, and manipulate data in a JSON format, making it convenient for personal small-scale applications and using it for testing purpose.

Installation

Make sure you have Golang installed on your system. Then, you can install Golang JSON Base using go get:

    go get github.com/opentoolbox-gh/golang-json-base

Importing

To start using Golang JSON Base in your project, import the library in your Go code:

    import "github.com/opentoolbox-gh/golang-json-base" 

Contributing

Contributions are welcome! If you find any issues or want to add new features, please submit a pull request. Before making major changes, open an issue to discuss the proposed changes.

License

This project is licensed under the MIT License.

About

Use JSON file as a database in your golang project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages