Metadata-Version: 2.1
Name: sqlstrings
Version: 0.0.3
Summary: Package generates SQL query strings in multiple dialects.
Home-page: https://github.com/alikellaway/sqlstrings
Author: Ali Kellaway
Author-email: Ali Kellaway <ali.kellaway139@gmail.com>
Project-URL: Homepage, https://github.com/alikellaway/sqlstrings
Keywords: sql database python library strings generate
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8, <4
Description-Content-Type: text/markdown
License-File: LICENSE

# sqlstrings
This package contains functions allowing a user to generate SQL query strings in multiple dialects. It is also able to take in csv files and convert them into statements for easy upload of csv files into databases.


Repo: https://github.com/alikellaway/sqlstrings.git
