PyScalix
Python package to convert Csv to SQlite databases and SQlite databases to Csv
Install / Use
/learn @husnainkhurshiid/PyScalixREADME
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
