Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View OleksandrShovkovyi's full-sized avatar
😉
Open to suggestions
😉
Open to suggestions

Block or report OleksandrShovkovyi

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. Using 'SQLAlchemy' with 'Threading' ... Using 'SQLAlchemy' with 'Threading' for connecting to 'PostgreSQL' database
    1
    import sqlalchemy as db
    2
    from sqlalchemy.pool import NullPool
    3
    from sqlalchemy.orm import scoped_session, sessionmaker
    4
    from sqlalchemy.ext.declarative import declarative_base
    5
    
                  
  2. Use 'pywin32' with 'V83.COMConnector... Use 'pywin32' with 'V83.COMConnector' for connection to '1C 8.3.x' database
    1
    import pythoncom
    2
    import win32com.client
    3
    
                  
    4
    from queries import *
    5