Skip to main content

Python Package to convert csv files to SQLite database and SQLite database to csv files

Project description

PyScalix

A package to convert csv files to sqlite database and sqlite database to csv files

Functions

  • tocsv
  • tosqlite

Usage/Examples

from PyScalix.toCsv import SqliteToCsv
SqliteToCsv.tocsv()

from PyScalix.toSqlite import CsvToSqlite
CsvToSqlite.tosqlite()
tosqlite() takes two parameters
  • Database file
  • Table name
toCsv() takes one parameter
  • Database file

Success Response

  • True

Error Response

  • False

Tech Stack

Language: Python 3.10.9

Authors

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PyScalix-0.0.5.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

PyScalix-0.0.5-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page