📦What is Craft-A-Storage?

Brief description of what Craft-A-Storage is.

You are probably wondering, what is Craft-A-Storage? And, why is it better than most database providers? Craft-A-Storage, which is run by CraftZone Studios, is not even a database provider. It replicates a database by storing database info securely and encrypted. We ensure that your database is safe, and nobody can access it without administrator permissions.

Here is a quick example of what happens when you store data with us:

// A list of databases available on our servers.
// Licensed by CraftZone Studios ©️

{
    "database1": {
        "access_tokens": {
            "TOKEN_NAME_HERE": "GENERATED_TOKEN_HERE",
            "TOKEN_NAME_HERE": "GENERATED_TOKEN_HERE",
            "TOKEN_NAME_HERE": "GENERATED_TOKEN_HERE"
        },
        "data": {
            "TABLE_1": {
                "table_type": "accounts",
                "line-1": "{JSON_DATA_GOES_HERE_IN_JSON_FORMAT}"
            }
        }
    },
    "database2": {
        "access_tokens": {
            "TOKEN_NAME_HERE": "GENERATED_TOKEN_HERE",
            "TOKEN_NAME_HERE": "GENERATED_TOKEN_HERE",
            "TOKEN_NAME_HERE": "GENERATED_TOKEN_HERE"
        },
        "data": {
            "TABLE_1": {
                "table_type": "posts",
                "line-1": "{JSON_DATA_GOES_HERE_IN_JSON_FORMAT}"
            }
        }
    }
}

Crafting your storage is currently supported on Windows, MacOS, and Linux. No other platforms. We are working on expanding Craft-A-Storage to many other platforms for more users. If you don't have the Operating Systems above, don't worry! Just use a virtual machine, and you're good to go!

Anyways, let us get into using this database-like program, shall we?

Last updated