Skip to main content

An encrypted non-linear database based on Pandas

Project description

AnaxDb

An encrypted non-linear database based on Pandas

Install AnaxDb

pip install anax

Getting Started

import anax

Next, bootstrap a new database.

anax.Database(bootstrap=True);

Using the Database

Connect:

anax = anax.Database()

Show tables:

anax.tables()

['users']

Read a table:

anax.read("users")

                                uid username              email  password  admin
0  54c355db7d3d432ca8bfea093affb501    admin  admin@example.com  YWRtaW4=   True

There is much more to Anax. For examples and explanations click here.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

anax-1.1.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

anax-1.1-py2-none-any.whl (6.8 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page