# Skypydb ## Docs - [Installing the CLI](https://ahen.mintlify.app/cli/overview.md) - [Getting Started](https://ahen.mintlify.app/getting-started/getting_started.md): Skypydb is an open-source reactive and vector embeddings database built in Python - [configs component](https://ahen.mintlify.app/integrations/mem0/configs.md) - [Mem0 integrations](https://ahen.mintlify.app/integrations/mem0/overview.md): Skypydb is compatible with mem0 for adding memory to an LLM - [utils component](https://ahen.mintlify.app/integrations/mem0/utils.md) - [vector store component](https://ahen.mintlify.app/integrations/mem0/vector_stores.md) - [Add data to a table](https://ahen.mintlify.app/reactiveclient/add.md): To add data to a table you will need to create a table - [Delete data from a table](https://ahen.mintlify.app/reactiveclient/delete.md): Delete data in a table - [Encrypt data on the table](https://ahen.mintlify.app/reactiveclient/encryption.md): Skypydb support encryption for handling sensitive data - [Search data from a table](https://ahen.mintlify.app/reactiveclient/get.md): Search data from a table with filter - [Create a Schema](https://ahen.mintlify.app/reactiveclient/schema.md): To create a new table you will need to create a schema file - [Add vector data to a collection](https://ahen.mintlify.app/vectorclient/add.md): Add vector data to a collection require an embedding model - [Delete vector data from a collection](https://ahen.mintlify.app/vectorclient/delete.md): Delete vector data from a collection - [Query a collection](https://ahen.mintlify.app/vectorclient/query.md): Query a collection for similar result ## Optional - [GitHub](https://github.com/Ahen-Studio/skypy-db)