Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ccouzens/sqlanywhere-connection-string
Parse SQLAnywhere connection strings to a hash, and create connection strings from hashes
https://github.com/ccouzens/sqlanywhere-connection-string
Last synced: 17 days ago
JSON representation
Parse SQLAnywhere connection strings to a hash, and create connection strings from hashes
- Host: GitHub
- URL: https://github.com/ccouzens/sqlanywhere-connection-string
- Owner: ccouzens
- Created: 2013-03-20T22:03:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-03-21T23:30:09.000Z (over 11 years ago)
- Last Synced: 2023-03-22T10:47:46.661Z (over 1 year ago)
- Language: Ruby
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SQLAnywhere-connection-string
=============================Parse SQLAnywhere connection strings to a hash, and create connection strings from hashes.
SQLAnywhere using a connection string for specifying options when connecting to a database.
ActiveRecord (generally) uses a hash.
This library will translate from one to the other.Rationale
---------There are a couple SQLAnywhere Activerecord drivers with different but related code bases.
I figured it would be helpful to start sharing some of the common code.This seems like quite a simple thing to test, and I want to try out TDD.
SQLAnywhere Documentation
-------------------------[Connection parameter overview with list of parameters](http://dcx.sybase.com/1200/en/dbadmin/da-conparm.html)
[Connection parameter syntax rules](http://dcx.sybase.com/1200/en/dbadmin/da-dbconnections-s-4083642.html)