Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

db-generator

Package Overview
Dependencies
Maintainers
1
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

  • 1.0.4
  • PyPI
  • Socket score

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc