
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
A SQLite3 driver for DataObjects.
This driver implements the DataObjects API for the SQLite3 relational database.
An example of usage:
@connection = DataObjects::Connection.new("sqlite3://employees")
@reader = @connection.create_command('SELECT * FROM users').execute_reader
@reader.next!
This driver is provided for the following platforms:
Additionally you should have the following prerequisites:
data_objects
gemTo install the gem:
gem install do_sqlite3
To compile and install from source:
Install rake-compiler: gem install rake-compiler
.
For MRI/Rubinius extensions:
gcc
compiler. On OS X, you should install XCode tools. On
Ubuntu, run apt-get install build-essential
.apt
: ruby-dev
libsqlite3-dev
.apt
: mingw32
.i386-mingw32-gcc
.rake-compiler cross-ruby
.rake-compiler update-config
.For JRuby extensions:
jruby
is in your PATH
and/or
you have configured the JRUBY_HOME
environment variable to point to your
JRuby installation.data_objects
and do_jdbc
with jruby -S rake install
.Then, install this driver with (jruby -S) rake install
.
For more information, see the SQLite3 driver wiki page: http://wiki.github.com/firespring/datamapper-do/sqlite3.
Follow the above installation instructions. Additionally, you'll need:
rspec
gem for running specs.YARD
gem for generating documentation.See the DataObjects wiki for more comprehensive information on installing and contributing to the JRuby-variant of this driver: http://wiki.github.com/firespring/datamapper-do/jruby.
To run specs:
rake spec
To run specs without compiling extensions first:
rake spec_no_compile
To run individual specs:
rake spec SPEC=spec/connection_spec.rb
This code is licensed under an MIT (X11) License. Please see the
accompanying LICENSE
file.
FAQs
Unknown package
We found that sbf-do_sqlite3 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.