Skip to content

gotokatsuya/tests

 
 

Repository files navigation

中文

Xorm is a simple and powerful ORM for Go.

Build Status Go Walker Bitdeli Badge

This is the tests project for xorm.

Please add your test codes here if you want to pull request to xorm.

How to run

  • test sqlite

    ./sqlite3.sh

  • test mysql

    create empty database xorm_test, xorm_test1, xorm_test3 on your mysql and make an account root, and let passwd is empty on localhost, and then

    ./mysql.sh

  • test postgres

    create empty database xorm_test, xorm_test1, xorm_test3 on your postgres and make an account root, and let passwd is empty on localhost, and then

    ./postgres.sh

About

tests for xorm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.5%
  • Other 0.5%