eaigner / hood

Database agnostic ORM for Go
MIT License
708 stars 52 forks source link

create sqlite3 dialect #53

Closed doun closed 11 years ago

doun commented 11 years ago

create sqlite3.go dialect, change base.go to support sqlite3 driver string val. (driver used:github.com/mattn/go-sqlite3)

eaigner commented 11 years ago

Thanks, but

  1. There is already a sqlite driver implementation in the sqlite branch
  2. I can't pull half-finished untested implementations
  3. A sqlite driver has to emulate all functions that are supported by full blown databases and not sqlite