You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 7, 2021. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.
[](https://discord.gg/HuR2CF3)
8
10
9
-
# Features
11
+
##Features
10
12
11
13
* Struct <-> Table Mapping Support
12
14
@@ -32,7 +34,7 @@ Xorm is a simple and powerful ORM for Go.
32
34
33
35
* Postgres schema support
34
36
35
-
# Drivers Support
37
+
##Drivers Support
36
38
37
39
Drivers for Go's sql package which currently support database/sql includes:
38
40
@@ -50,48 +52,17 @@ Drivers for Go's sql package which currently support database/sql includes:
@@ -387,7 +358,52 @@ if _, err := session.Exec("delete from userinfo where username = ?", user2.Usern
387
358
return session.Commit()
388
359
```
389
360
390
-
# Cases
361
+
## Contributing
362
+
363
+
If you want to pull request, please see [CONTRIBUTING](https://github.com/go-xorm/xorm/blob/master/CONTRIBUTING.md). And we also provide [Xorm on Google Groups](https://groups.google.com/forum/#!forum/xorm) to discuss.
364
+
365
+
## Credits
366
+
367
+
### Contributors
368
+
369
+
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/xorm#sponsor)]
381
+
382
+
## Changelog
383
+
384
+
***v0.7.0**
385
+
* Some bugs fixed
386
+
387
+
***v0.6.6**
388
+
* Some bugs fixed
389
+
390
+
***v0.6.5**
391
+
* Postgres schema support
392
+
* vgo support
393
+
* Add FindAndCount
394
+
* Database special params support via NewEngineWithParams
395
+
* Some bugs fixed
396
+
397
+
***v0.6.4**
398
+
* Automatical Read/Write seperatelly
399
+
* Query/QueryString/QueryInterface and action with Where/And
0 commit comments