A Table giving equivalents of ruby/python libraries in Golang
Ruby | Golang | Purpose |
---|---|---|
Rake, Rakefile | Gobuild | Makefile, Dependent Tasks |
Nokogiri | Gokogiri, Go-html-transform | HTML Scraping |
ActiveRecord, Sequel | xorm, qbs, hood, beedb, gorp | ORM |
Resque | Goworker | Background worker that could work along with with Resque |
MySQL gem | go-sql-driver | MysSQL driver |