# Dubnium

## Home

- [Home](https://db.coolstone.dev/home.md)
- [Key Features](https://db.coolstone.dev/key-features.md): Learn why you should use Dubnium!
- [Get Started](https://db.coolstone.dev/get-started.md)

## v4

- [Overview](https://db.coolstone.dev/4/overview.md): We recommend you read the full docs, but this will get you started with the basics.
- [Initialize](https://db.coolstone.dev/4/core/initialize.md): How to get started with Dubnium.
- [Create](https://db.coolstone.dev/4/core/create.md)
- [Get](https://db.coolstone.dev/4/core/get.md): How to get Record content and information.
- [Update](https://db.coolstone.dev/4/core/update.md): How to edit Record content and attributes.
- [Delete](https://db.coolstone.dev/4/core/delete.md)
- [Batch](https://db.coolstone.dev/4/core/batch.md)
- [Metadata](https://db.coolstone.dev/4/advanced/metadata.md)
- [Middleware](https://db.coolstone.dev/4/advanced/middleware.md): Dubnium has built-in Express middleware functions to manage Records. Data is never sent to the client without your permission.
- [Versioning](https://db.coolstone.dev/4/advanced/versioning.md)
- [Synchronization](https://db.coolstone.dev/4/advanced/synchronization.md)
- [Indexing](https://db.coolstone.dev/4/advanced/indexing.md)
- [Miscellaneous](https://db.coolstone.dev/4/advanced/miscellaneous.md): Other functions provided by Dubnium.
- [Events](https://db.coolstone.dev/4/advanced/events.md): Dubnium uses the built-in Events module to send messages when something happens!
- [CLI](https://db.coolstone.dev/4/advanced/cli.md): Run Dubnium functions from your command-line!
- [JSON](https://db.coolstone.dev/4/templates/json.md)
- [String](https://db.coolstone.dev/4/templates/string.md)
- [Collections](https://db.coolstone.dev/4/templates/collections.md): Handle schema-based validation and data creation in a database.
- [Setup](https://db.coolstone.dev/4/extensions/setup.md)
- [Create](https://db.coolstone.dev/4/extensions/create.md)
- [Update Log](https://db.coolstone.dev/4/project/log.md): Date format is MM/DD/YYYY

## Browser

- [Import](https://db.coolstone.dev/browser/import.md): Dubnium Browser is available on Github and our website.
- [Overview](https://db.coolstone.dev/browser/overview.md): We recommend you read the full docs, but this will get you started with the basics.
- [Initialize](https://db.coolstone.dev/browser/initialize.md)
- [Manage](https://db.coolstone.dev/browser/manage.md)
- [Get](https://db.coolstone.dev/browser/get.md)
- [Modify](https://db.coolstone.dev/browser/modify.md)
- [Templates](https://db.coolstone.dev/browser/templates.md): An easy way to keep your JSON records similar!
- [Miscellaneous](https://db.coolstone.dev/browser/miscellaneous.md)
- [Update Log](https://db.coolstone.dev/browser/log.md): Date format is MM/DD/YYYY

## v3

- [Overview](https://db.coolstone.dev/3/overview.md): We recommend you read the full docs, but this will get you started with the basics.
- [Initialize](https://db.coolstone.dev/3/api/initialize.md): How to get started with Dubnium.
- [Manage](https://db.coolstone.dev/3/api/manage.md): How to create & delete Records.
- [Get](https://db.coolstone.dev/3/api/get.md): How to get Record content and information.
- [Edit](https://db.coolstone.dev/3/api/edit.md): How to edit Record content and attributes.
- [Search](https://db.coolstone.dev/3/api/search.md): How to search your database.
- [Miscellaneous](https://db.coolstone.dev/3/api/miscellaneous.md): Other functions provided by Dubnium.
- [Middleware](https://db.coolstone.dev/3/api/middleware.md): Dubnium has built-in Express middleware functions to manage Records. Data is never sent to the client without your permission.
- [Versioning](https://db.coolstone.dev/3/api/versioning.md): Dubnium has 2 options to save Record versions.
- [JSON](https://db.coolstone.dev/3/templates/json.md)
- [String](https://db.coolstone.dev/3/templates/string.md)
- [Setup](https://db.coolstone.dev/3/extensions/setup.md)
- [Create](https://db.coolstone.dev/3/extensions/create.md)
- [CLI](https://db.coolstone.dev/3/cli.md): Run Dubnium functions from your command-line!
- [Events](https://db.coolstone.dev/3/events.md): Dubnium uses the built-in Events module to send messages when something happens!
- [Update Log](https://db.coolstone.dev/3/log.md): Date format is MM/DD/YYYY

## v2

- [Install](https://db.coolstone.dev/2/install.md): Dubnium is available on NPM or Github (requires Node.js) and is available for Commonjs and ESM.
- [Overview](https://db.coolstone.dev/2/overview.md): We recommend you read the full docs, but this will get you started with the basics.
- [Initialize](https://db.coolstone.dev/2/initialize.md)
- [Manage](https://db.coolstone.dev/2/manage.md)
- [Get](https://db.coolstone.dev/2/get.md)
- [Modify](https://db.coolstone.dev/2/modify.md)
- [Templates](https://db.coolstone.dev/2/templates.md): An easy way to keep your JSON records similar!
- [CLI](https://db.coolstone.dev/2/cli.md): Run Dubnium functions from your command-line!
- [Events](https://db.coolstone.dev/2/events.md): Dubnium uses the built-in Events module to send messages when something happens!
- [Plugins](https://db.coolstone.dev/2/plugins.md)
- [Create](https://db.coolstone.dev/2/plugins/create.md)
- [Miscellaneous](https://db.coolstone.dev/2/miscellaneous.md)
- [Update Log](https://db.coolstone.dev/2/log.md): Date format is MM/DD/YYYY

## v1

- [Install](https://db.coolstone.dev/1/reference/install.md)
- [Quick Start](https://db.coolstone.dev/1/reference/quick-start.md): We recommend you read the full docs, but this will get you started with the basics.
- [API](https://db.coolstone.dev/1/reference/api.md)
- [Initialize](https://db.coolstone.dev/1/reference/api/initialize.md)
- [Create and Delete](https://db.coolstone.dev/1/reference/api/create-and-delete.md)
- [Get](https://db.coolstone.dev/1/reference/api/get.md)
- [Modify](https://db.coolstone.dev/1/reference/api/modify.md)
- [Other](https://db.coolstone.dev/1/reference/api/other.md)
- [CLI](https://db.coolstone.dev/1/reference/cli.md)
- [Install CLI](https://db.coolstone.dev/1/reference/cli/install-cli.md)
- [CLI Use](https://db.coolstone.dev/1/reference/cli/cli-use.md)
- [CLI Commands](https://db.coolstone.dev/1/reference/cli/cli-commands.md)
- [Events](https://db.coolstone.dev/1/reference/events.md)
- [returnType](https://db.coolstone.dev/1/reference/returntype.md)
- [License](https://db.coolstone.dev/1/reference/license.md)
- [Update Log](https://db.coolstone.dev/1/update-log.md): Date format is MM/DD/YYYY

## v0

- [Install](https://db.coolstone.dev/0/reference/install.md)
- [Quick Start](https://db.coolstone.dev/0/reference/quick-start.md)
- [API](https://db.coolstone.dev/0/reference/api.md)
- [Create and Delete Records](https://db.coolstone.dev/0/reference/api/create-and-delete-records.md)
- [Modify Records](https://db.coolstone.dev/0/reference/api/modify-records.md)
- [Get Records](https://db.coolstone.dev/0/reference/api/get-records.md)
- [Fuzzy Search Records](https://db.coolstone.dev/0/reference/api/fuzzy-search-records.md)
- [Other](https://db.coolstone.dev/0/reference/api/other.md)
- [returnType](https://db.coolstone.dev/0/reference/returntype.md)
- [License](https://db.coolstone.dev/0/reference/license.md)
