Create Database

How to create a new database using Arcsec

Creating a new database in Arcsec involves generating necessary encryption keys and initializing the database structure. This operation is crucial for setting up your secure, decentralized database.

API Route

  • Route: /api/create-database
  • Operation: create

Key Operations

When creating a new database, the following operations are performed:

  1. Generate a unique Database ID and internal details
  2. Create encryption keys
  3. Initialize database structure
  4. Store the empty encrypted database on IPFS
  5. Store the database ID, encryption keys, and other details in the Arcsec database

Usage

As mentioned, you can create a new database using the UI interface. Once you have created a database, you will be able to interact with it via the UI or API.