unixodbc bindings for node
A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.
Microsoft Driver for Node.js SQL Server compatible with all versions of Node.
For ruby and ruby on rails
Ruby SemVer in TypeScript.
Convention over configuration for using Vite in Ruby apps
Like ruby's abbrev module, but in js
Ruby grammar for tree-sitter
prettier plugin for the Ruby programming language
WebSocket framework for Ruby on Rails.
bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.
Convention over configuration for using Vite in Rails apps
JavaScript client for graphql-ruby
realistic password strength estimation
unixodbc bindings for node
A Stimulus Wrapper for Flatpickr library
[Fork of TimeLordUK/node-sqlserver-v8] Microsoft Driver for Node.js SQL Server compatible with all versions of Node.
Provide I18n to your React Native application
Prism Ruby parser
A pure JavaScript implementation of Sass.
## Installation
Ruby on Rails unobtrusive scripting adapter
Subresource Integrity hashes for the Vite.js manifest.
A lightweight Sass tool set.
ODBC binding for Ruby
Fork of ruby-odbc-0.99994 - ODBC binding for Ruby
ODBC binding for Ruby
A maintained fork of ruby-odbc with compatibility fixes for modern Ruby versions.
A ruby implementation of an interactive SQL command-line for ODBC data sources
A Rails 7 (Ruby v3.1.0) plugin for connecting Db2 with Rails appplication by using ODBC connection.
Super 8 is a "vcr"-like library for recording and playing back ODBC interactions made with ruby-odbc, for use with automated testing. More accurate than manually mocking and less work than adding an ODBC-enabled server to your test stack.
ADBC is Apache Arrow Database Connectivity. It provides a API that can connect to different databases by wrapping database specific APIs. This is not a new approach. There are existing APIs such as Active Record, Sequel and ODBC. The difference between the existing APIs and ADBC is the focus on large data and performance. ADBC is an important part to use Ruby for data processing. We can extract large data from many databases (not only RDBMSs but also data ware houses and so on) and load large data into many databases with ADBC. To use Ruby for data processing, we need data. ADBC helps it.