sqlite3

SQLite3 bindings sqlite3 database driver
0.1.0 released

crystal-sqlite3

SQLite3 bindings for Crystal.

This is a work in progress.

Documentation

Projectfile

deps do
  github "manastech/crystal-sqlite3"
end

Usage

require "sqlite3"

db = SQLite3::Database.new( "data.db" )
db.execute("select * from table") do |row|
  p row
end
db.close
sqlite3:
  github: crystal-lang/crystal-sqlite3
  version: ~> 0.1.0
Crystal none

Authors

Dependencies 0

Development Dependencies 0

Dependents 31

Show all 31 dependents
Last synced .
search fire star recently