{"id":26704890,"url":"https://github.com/kraltug/tsqloader","last_synced_at":"2026-04-08T20:02:59.943Z","repository":{"id":284447330,"uuid":"954969743","full_name":"kraltug/tSQLoader","owner":"kraltug","description":"A database handler wrapper designed for interacting with an MSSQL server, built using SQLAlchemy.","archived":false,"fork":false,"pushed_at":"2026-04-04T02:55:28.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-04T04:26:58.402Z","etag":null,"topics":["database","linux","pandas","pyodbc","python","sql","sql-server","sqlalchemy","windows","wrapper"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kraltug.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-25T22:42:19.000Z","updated_at":"2026-04-04T02:55:31.000Z","dependencies_parsed_at":"2025-04-10T16:35:17.990Z","dependency_job_id":"368a2af1-30a1-4102-b923-fee8a8b7d435","html_url":"https://github.com/kraltug/tSQLoader","commit_stats":null,"previous_names":["kraltug/tsqloader"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kraltug/tSQLoader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kraltug%2FtSQLoader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kraltug%2FtSQLoader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kraltug%2FtSQLoader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kraltug%2FtSQLoader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kraltug","download_url":"https://codeload.github.com/kraltug/tSQLoader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kraltug%2FtSQLoader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31571601,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","linux","pandas","pyodbc","python","sql","sql-server","sqlalchemy","windows","wrapper"],"created_at":"2025-03-27T05:18:29.351Z","updated_at":"2026-04-08T20:02:59.924Z","avatar_url":"https://github.com/kraltug.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tSQLoader\n\nManage your MSSQL server with ease using **tSQLoader**, a powerful database handler wrapper built using SQLAlchemy. This tool simplifies interactions with your MSSQL server, whether you're on a Linux or Windows environment.\n\n## Features:\n- Efficient handling of database operations\n- Seamless integration with popular Python libraries like Pandas and PyODBC\n- Harness the power of SQLAlchemy for smooth database interactions\n- Works on both Linux and Windows platforms\n- Wrapped in a user-friendly interface for straightforward usage\n\n## Installation:\n\nTo get started, you can download the latest version of **tSQLoader** from the [Releases](https://github.com/kraltug/tSQLoader/releases) section. Once downloaded, follow the installation instructions provided in the README file.\n\n## Usage:\n\n### Connecting to the Database:\n\n```python\nfrom tSQLoader import MSSQLDatabase\n\n# Initialize the database connection\ndb = MSSQLDatabase('server', 'database', 'username', 'password')\n\n# Connect to the database\ndb.connect()\n```\n\n### Performing Database Operations:\n\n```python\n# Execute a query\nresult = db.execute_query('SELECT * FROM Table')\n\n# Get query results as a Pandas DataFrame\ndf = db.get_query_results_as_dataframe('SELECT * FROM Table')\n\n# Insert data into a table\ndata = {'column1': value1, 'column2': value2}\ndb.insert_into_table('Table', data)\n```\n\n## Topics:\n- Database\n- Linux\n- MSSQL\n- Pandas\n- PyODBC\n- Python\n- SQL\n- SQL Server\n- SQLAlchemy\n- Windows\n- Wrapper\n\n🚀 Visit the [Releases](https://github.com/kraltug/tSQLoader/releases) section to access the latest version of **tSQLoader**.\n\n![SQL](https://img.icons8.com/windows/452/sql.png)\n\n---\n\nBy leveraging **tSQLoader**, you can streamline your database management tasks and focus on what truly matters. With its simplified approach and robust functionality, handling your MSSQL server has never been easier. Give **tSQLoader** a try today and experience the difference in your workflow.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkraltug%2Ftsqloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkraltug%2Ftsqloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkraltug%2Ftsqloader/lists"}