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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file db_generator-1.0.4.tar.gz.
File metadata
- Download URL: db_generator-1.0.4.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4177a3e16036c40b6454a7af426a122bfdd95b73d3036d980621f8819e5cad20
|
|
| MD5 |
7ce63121eaafc5c077ffb63289b854be
|
|
| BLAKE2b-256 |
3e26cca4a70bc2c847336a9f75211ba8fbb6222c7ea6b382d73a47b7f857e929
|
File details
Details for the file db_generator-1.0.4-py3-none-any.whl.
File metadata
- Download URL: db_generator-1.0.4-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
efe506a0e1b5620244ec73a442c0d025f8f0aa0bd23deac043174a182073b41a
|
|
| MD5 |
850b4a3d1183149179944776e08918ac
|
|
| BLAKE2b-256 |
4845b60d0975f9bc749ebbc0c5462d330b7895eeb7074ab8a8f674335deeb6b7
|