|
// Copyright 2013 The XORM Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD
|
|
// license that can be found in the LICENSE file.
|
|
|
|
// Package xorm is a simple and powerful ORM for Go. It makes
|
|
// database operation simple.
|
|
package xorm
|