package
0.0.0-20190222035006-49e54609ed1c
Repository: https://github.com/jacksontj/dataman.git
Documentation: pkg.go.dev

# README

test_directory/ test_suite_1/ schema.json - schema file of the database schema + shard count required (database_vshard.shard_count)

    data.json
        - file containing initial data for the schema defined
            {
                "databasename": {
                    "collectionName": [
                        {record1},
                        {record2},
                        ...
                    ]
                }
            }

    testcase/
        query.json
            - file containing query to run
        baseline.json
            - file containing expected output from the test run
        result.json
            - file containing output from the last test run

        subtestcase/
            query.json
                - file containing query to run
            baseline.json
                - file containing expected output from the test run
            result.json
                - file containing output from the last test run

# Functions

For this we assume these are empty and we can do whatever we want to them!.
No description provided by the author

# Type aliases

No description provided by the author