sqlstrings


Namesqlstrings JSON
Version 0.1.4 PyPI version JSON
download
home_pagehttps://github.com/alikellaway/sqlstrings
SummaryGenerates SQL query strings in multiple dialects.
upload_time2023-04-20 11:41:04
maintainer
docs_urlNone
authorAli Kellaway
requires_python
licenseMIT
keywords sql strings generate query
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sqlstrings
Package generates 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.

# Installation
Run the following command to install:
```python
pip install sqlstrings
```

# Contribute
Repo: https://github.com/alikellaway/sqlstrings

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/alikellaway/sqlstrings",
    "name": "sqlstrings",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "sql strings generate query",
    "author": "Ali Kellaway",
    "author_email": "ali.kellaway139@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/8f/7c/9b9b00f185f3bf2fafcd9d88d1b5ef6a7249c8260ef9bcb8bc93909c659a/sqlstrings-0.1.4.tar.gz",
    "platform": null,
    "description": "# sqlstrings\r\nPackage generates 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.\r\n\r\n# Installation\r\nRun the following command to install:\r\n```python\r\npip install sqlstrings\r\n```\r\n\r\n# Contribute\r\nRepo: https://github.com/alikellaway/sqlstrings\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Generates SQL query strings in multiple dialects.",
    "version": "0.1.4",
    "split_keywords": [
        "sql",
        "strings",
        "generate",
        "query"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8fc7f88d40c93841234ae043a338620fccda31b07278bf7d3a491fc51f29b2b2",
                "md5": "bf08ca9f51e1e9b8a5eb325f749ac0c1",
                "sha256": "68b69cf4a7bb6d6409b9c59a5c20182802cae53fb6b72521404f10bf41b96b58"
            },
            "downloads": -1,
            "filename": "sqlstrings-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bf08ca9f51e1e9b8a5eb325f749ac0c1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 7901,
            "upload_time": "2023-04-20T11:41:02",
            "upload_time_iso_8601": "2023-04-20T11:41:02.106237Z",
            "url": "https://files.pythonhosted.org/packages/8f/c7/f88d40c93841234ae043a338620fccda31b07278bf7d3a491fc51f29b2b2/sqlstrings-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f7c9b9b00f185f3bf2fafcd9d88d1b5ef6a7249c8260ef9bcb8bc93909c659a",
                "md5": "4dbe86c85e7dbc64350b1e3f5b0cf5ae",
                "sha256": "b21504261eddb2b35a3f61a42d473f206b2cdb71b2bf3a7f24e2778ad44d9f96"
            },
            "downloads": -1,
            "filename": "sqlstrings-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "4dbe86c85e7dbc64350b1e3f5b0cf5ae",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7835,
            "upload_time": "2023-04-20T11:41:04",
            "upload_time_iso_8601": "2023-04-20T11:41:04.281527Z",
            "url": "https://files.pythonhosted.org/packages/8f/7c/9b9b00f185f3bf2fafcd9d88d1b5ef6a7249c8260ef9bcb8bc93909c659a/sqlstrings-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-20 11:41:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "alikellaway",
    "github_project": "sqlstrings",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "sqlstrings"
}
        
Elapsed time: 0.08888s