Simple database using SQLite3
Bitfinex DB Sqlite3 Facility
The fastest and simplest library for SQLite in Node.js.
node-sqlite3-compatible API for libSQL
The SQLite3 adapter for any-db
better-sqlite3 on bedrock
Asynchronous, non-blocking SQLite3 bindings
TypeScript definitions for better-sqlite3
WebSQL Database API, implemented for Node using sqlite3
`sqlite-vss` is distributed on `npm` for Node.js developers. To install on [supported platforms](#supported-platforms), simply run:
WebAssembly port of SQLite3 for Node.js with file system access
WebSQL Database API, implemented for Node using sqlite3
SQLite Wasm conveniently wrapped as an ES Module.
SQLite3 session store for Connect
Media Type Database
CLI tool to update caniuse-lite to refresh target browsers from Browserslist config
A session store for express-session.
Provides access to a database using SQLite (https://www.sqlite.org/). The database is persisted across restarts of your app.
WebSQL Database API, implemented for Node using sqlite3
An easy, non-locking, persistent better-sqlite3 wrapper designed to be easy to setup & utilize
Prisma's driver adapter for better-sqlite3, a fast SQLite3 driver for JavaScript runtimes
Unified node.js error API for mysql, postgres and sqlite3
Asynchronous, non-blocking SQLite3 bindings
candyjs 的 sqlite 扩展
Swift adapter for Sqlite3 database
A dumb experimental, lightweight db version control system for SQLite3
Provides detailed profiling data for RSpec runs in a SQLite3 DB
Spiders The Gatherer collecting info about MtG cards which are then put in an SQLite3 Db
Very simple GENE ID conversion tool with a local SQLite3 DB for caching
fsinv indexes file systems. It creates a complex inventory of one or more file system hierarchies and supports output formats like JSON, YAML, XML, binary (ruby marshall dump) and SQLite3 db (via active_record).
Implementation of board game scrabble with standard rules and optional english spell check. Vocabulary for spell check contains over 100 000 words which are stored in sqlite3 db. Requires gosu (0.10.8) and sqlite3. Usage: just require 'scrabble_laubedan', create new instance of scrabble = Scrabble_laubedan.new and then call scrabble.show
== DESCRIPTION: rutema_web is the web frontend for rutema. It can be used as a viewer for database files created with the rutema ActiveRecord reporter. It also provides you with some basic statistics about the tests in your database in the form of diagrams of debatable aesthetics but undoubtable value! == SYNOPSIS: rutema_web config.yaml and browse to http://localhost:7000 for the glorious view Here is a sample of the configuration YAML: --- :db: :adapter: sqlite3 :database: rutema_test.db :settings: :page_size: 10 :last_n_runs: 20 :port: 7000 :show_setup_teardown: true The :db: section should be the activerecord adapter configuration. The :settings: section controls the behaviour of the web app.
CORTO - your url shortner gem ----------------------------- - Yet another url shortner? corto is a ruby gem that shorten a URL for you and store the result in a SQLite3 database. Why the world needs another url shortener? Well, true to be told I don't know the answer and I'm pretty sure this code is far away from being revolutionary. However... corto is funniest! - Usage Using corto as standalone utility is straightforward. In case you want to shorten an url you just launch the program with the url as parameter. % bin/corto http://www.armoredcode.com % corto: http://www.armoredcode.com shrunk as ji5jnu Please note that you've to supply a valid URL, since internally it's parsed and rejected anything but HTTP and HTTPS verbs. % bin/corto funnystatementhere % corto: it seems funnystatementhere is not a valid url to shrink If you want to deflate a shrunk url, you have just to specify the '-d' flag this way. % bin/corto -d ji5jnu % corto: ji5jnu deflated is http://www.armoredcode.com Super easy, isn't it? Now, go ahead and shrink the web! - API A simple corto shortening session start with class initialization, optionally telling which SQLite3 database to use and then mastering the parameter. require 'corto' ... corto = Corto.new # we're now saying the gem we want to use it's internal database stored in db/corto.db s = corto.shrink('http://www.armoredcode.com') # s now stores the shrinked url that is already added to database if not present. # If you'll pass an invalid url to shrink(), nil will be returned instead Deflating a URL is super easy as well # The deflate process is quite straightforward as well d = corto.deflate(s) # d has now the deflated url or nil if that url was not found You can also count how many urls contained into db # If you want to know how many urls you have in your database, just call the count() method. puts 'Hey, I have stored ' + corto.count() + ' urls' And finally you can purge your db # Tired of your database and time for a massive clean has come? Let's purge the db. corto.purge # corto.count == 0 now - Note on Patches/Pull Requests * Fork the project. * Make your feature addition or bug fix. * Add tests for it. This is important so I don’t break it in a future version unintentionally. * Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull) * Send me a pull request. Bonus points for topic branches. - Copyright Copyright © 2011 Paolo Perego. See LICENSE for details.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.