Skip to content
View gordthompson's full-sized avatar
  • self-employed
  • Calgary, AB, Canada

Organizations

@sqlalchemy
Block or Report

Block or report gordthompson

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. sqlalchemy-access sqlalchemy-access Public

    A Microsoft Access dialect for SQLAlchemy.

    Python 45 9

  2. sqlserverport sqlserverport Public

    lookup SQL Server instance port from Linux client

    Python 20 5

  3. fastapi-tutorial-cockroachdb-async fastapi-tutorial-cockroachdb-async Public

    Python 7 1

  4. fastapi-tutorial-mssql fastapi-tutorial-mssql Public

    FastAPI SQL database tutorial using mssql+pyodbc

    Python 17 5

  5. Build a PostgreSQL INSERT … ON CONFL... Build a PostgreSQL INSERT … ON CONFLICT statement and upsert a DataFrame
    1
    # version 1.2 - 2022-10-04
    2
    import pandas as pd
    3
    import sqlalchemy as sa
    4
    
                  
    5
    
                  
  6. Build a T-SQL MERGE statement and up... Build a T-SQL MERGE statement and upsert a DataFrame
    1
    # Copyright 2023 Gordon D. Thompson, gord@gordthompson.com
    2
    #
    3
    # Licensed under the Apache License, Version 2.0 (the "License");
    4
    # you may not use this file except in compliance with the License.
    5
    # You may obtain a copy of the License at