> For the complete documentation index, see [llms.txt](https://rednexie.gitbook.io/permadb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rednexie.gitbook.io/permadb/python.md).

# Python

## PermaDB Docs

PermaDB is a versatile and easy to use database management library that aims to be fast, and save space.

## v0.0.0 API

## class PermaDB

Importing the class from the module.

```py
from permadb import PermaDB
```

<br>

### PermaDB(db\_name, \[options])

**Returns** [**database**](https://github.com/legendman46/permadb/blob/main/DOCS.md#database)

By creating a new instance of the PermaDB class, you create and open a new sqlite3 database.\
You can customize the options of the database with arguments.
