Skip to main content

A package which will create sqlite3 database code by configuring them in json file

Project description

#Use for

This project allows user to define json structure for creating sqlite3 database as defined in the json file.

#Use the following code

import os from src.main import main

def generator(): To generate the schema for us sr = input('Enter your source of json file> ') dis = input('Enter your destination for .db file> ') main(sr, dis)

if name == 'main': generator()

make sure

that the json structure is same as the given structure. Have following project structure

your project | |json_folder | |json_files main.py

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

db_generator-1.0.4.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

db_generator-1.0.4-py3-none-any.whl (3.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