Skip to main content

WorthData is a simple database that can handle big amount of data

Project description

WorthData(WD)

Simple Database For Python


Usage

import WorthData as WD

database = WD.get('MyDatabase')
database.create()
data = database.access()
data['dict'] = {'str':'Support every data type','int':10,'list':['support','list'],'float':10.6}
database.keep(data)

  • Can Handle Big Amount Of Data
  • Live Updating
    • when you change value of the key it will automatically update at your code

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

WorthData-1.1.1.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

WorthData-1.1.1-py3-none-any.whl (2.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