// Package nosql makes from SQL database to NoSQL.
// Source database must support json type
//
// This tool allows to call database functions with input json parameter of different types - raw bytes ([]byte) and object (interface{}) and also returns raw bytes or object
// depending of use
//
// Can be used with any sql database that supports json type.