Skip to main content

GUI-less in memory sqlite relational databases

Project description

InMemDB: powered by sqlite

What it is?

InMemDB is a Python package that combines sqlalchemy and pandas to easily create GUI-less in memory sqlite relational databases.

Main Features

Here are a few things that InMemDB does well:

  • Create relational databases in RAM, offering quick speed
  • Returns a pandas DataFrame allowing for the use all associated panda methods
  • Tables can be created from pandas DataFrames, lists, and dictionaries

Advantages

  • Combines SQLilte with the best data manipulation and analysis tool Pandas
  • Can be used to Extract, Transform, and Load data
  • Those who are more familar with SQL can still manipulate the powerful pandas DataFrame seamlessly

Usage:

from inmemdb.InMemDB import InMemDB
db = InMemDB()
db.createTableFromDF(tableName='table_name',df=pandas.DataFrame)

Demo:

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

InMemDB-1.0.0.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

InMemDB-1.0.0-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

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