doc.go 370 B

12345678
  1. // Package nosql makes from SQL database to NoSQL.
  2. // Source database must support json type
  3. //
  4. // 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
  5. // depending of use
  6. //
  7. // Can be used with any sql database that supports json type.
  8. package nosql