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
- 2 months ago
- January 28, 2016
License
Links
Synced at
Sun, 17 Nov 2024 18:30:09 GMT
Languages