Golang JSON File Database

A simple JSON file-based database written in Golang. This database allows you to perform basic CRUD (Create, Read, Update, Delete) operations on JSON files stored in a specified directory.

Version

1.0.0

Features

  • Create and save records to JSON files.
  • Read single records or all records from a collection.
  • Delete records or entire collections.
  • Thread-safe operations using mutexes.