Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

activerecord-jdbcmssql-adapter

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

activerecord-jdbcmssql-adapter

  • 1.3.25
  • Rubygems
  • Socket score

Version published
Maintainers
3
Created
Source

= activerecord-jdbcmssql-adapter

  • https://github.com/jruby/activerecord-jdbc-adapter/

== DESCRIPTION:

This is an ActiveRecord driver for MS-SQL using JDBC running under JRuby.

== SQL Azure

To use this driver with SQL Azure you will need to follow these steps:

  1. Add the official Microsoft SQL Server JDBC driver to your classpath. The quick way is to include http://rubygems.org/gems/jdbc-mssql-azure in your gemfile. If you want to include the jar manually it can be downloaded here http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=19847

  2. Configure your database.yml as follows:

    production: adapter: jdbcmssql driver: com.microsoft.sqlserver.jdbc.SQLServerDriver url: 'jdbc:sqlserver://servername.database.windows.net;databaseName=databasename' username: foo@servername password: bar

FAQs

Package last updated on 22 Aug 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc