crystal-sqlite3
forked from crystal-lang/crystal-sqlite3crystal-sqlite3 
SQLite3 bindings for Crystal.
This is a work in progress.
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
- about 1 year ago
- January 28, 2016
License
  
Links
  
  Synced at
  Fri, 31 Oct 2025 09:08:10 GMT
Languages