Socket
Book a DemoInstallSign in
Socket

db-generator

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

db-generator

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

pipPyPI
Version
1.0.4
Maintainers
1

#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

Keywords

python

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts