husnainkhurshiid / PyScalix

Python package to convert Csv to SQlite databases and SQlite databases to Csv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyScalix

Python package to convert Csv files to SQlite database and SQlite database back to csv file

Functions

  • CsvtoSql( )
  • SqltoCsv( )

Installation Guidelines

  • windows
    pip install Pyscalix
  • macos/linux
    pip3 install Pyscalix
  • Latest version
    pip install --upgrade PyScalix

Usage/Examples

import PyScalix

PyScalix.CsvtoSql(csvfile)
PyScalix.SqltoCsv(databasefile,table_name)

Success Response

  • True

Error Response

  • False

Tech Stack

Language: Python 3.10.9

Authors

About

Python package to convert Csv to SQlite databases and SQlite databases to Csv

License:MIT License


Languages

Language:Python 100.0%