crystal-sqlite3

forked from crystal-lang/crystal-sqlite3
SQLite3 bindings for Crystal

crystal-sqlite3 Build Status

SQLite3 bindings for Crystal.

This is a work in progress.

Documentation

shard.yml

dependencies:
  sqlite3:
    github: manastech/crystal-sqlite3

Usage

require "sqlite3"

db = SQLite3::Database.new( "data.db" )
db.execute("select * from table") do |row|
  p row
end
db.close
Repository

crystal-sqlite3

Owner
Statistic
  • 1
  • 0
  • 0
  • 1
  • 0
  • over 3 years ago
  • January 28, 2016
License

Links
Synced at

Wed, 08 May 2024 02:23:41 GMT

Languages