Giter Club home page Giter Club logo

Comments (5)

MathMagique avatar MathMagique commented on June 16, 2024

The turbodbc.connect() statement would be nice ;-).

If you type turbodbc.connect("dsn=DSN"), turbodbc will try to establish a connection with a database called "dsn=DSN" instead of setting the data source name.

Any of this should work:

turbodbc.connect("dsn")
turbodbc.connect(dsn="dsn")
turbodbc.connect(dsn="dsn", some_other_option="will be passed to connection string")

from turbodbc.

yalwan-scee avatar yalwan-scee commented on June 16, 2024

Thank you for your swift response.
Ah, my bad I understand whats going on here.
Is there some documentation for this module? Sorry about wasting your time.

from turbodbc.

MathMagique avatar MathMagique commented on June 16, 2024

You did not waste my time, you indicated that the documentation may need some improvement, and I am grateful for that.

There is no exhaustive documentation yet, but the README contains some documentation. You need to scroll down to "basic usage".

Anyway, glad you are able to connect! Please let me know if you encounter any issues and how performance turns out for IBM puredata (never heard of that one before).

from turbodbc.

yalwan-scee avatar yalwan-scee commented on June 16, 2024

Is there another channel I might contact you by, if I may?

from turbodbc.

MathMagique avatar MathMagique commented on June 16, 2024

Just drop me an e-mail (see setup.py) or tweet me at twitter (@turbodbc), as you find appropriate.

from turbodbc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.