Skip to content

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

License

Notifications You must be signed in to change notification settings

husnainkhurshiid/PyScalix

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages