Skip to content

Commit 6e0ac4f

Browse files
committed
Release version 2.0 of DBUtils
1 parent 44a15e2 commit 6e0ac4f

28 files changed

Lines changed: 446 additions & 687 deletions

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 Christoph Zwerschke
3+
Copyright (c) 2020 Christoph Zwerschke
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ DBUtils
22
=======
33

44
DBUtils is a suite of tools providing solid, persistent and pooled connections
5-
to a database that can be used in all kinds of multi-threaded environments
6-
like Webware for Python or other web application servers. The suite supports
7-
DB-API 2 compliant database interfaces and the classic PyGreSQL interface.
5+
to a database that can be used in all kinds of multi-threaded environments.
86

9-
The current version of DBUtils supports Python versions 2.7 and 3.5 to 3.9.
7+
The suite supports DB-API 2 compliant database interfaces
8+
and the classic PyGreSQL interface.
109

11-
The DBUtils home page can be found here: https://webwareforpython.github.io/DBUtils/
10+
The current version 2.0 of DBUtils supports Python versions 2.7 and 3.5 to 3.9.
11+
12+
The DBUtils home page can be found at https://webwareforpython.github.io/DBUtils/

RelNotes-0.8.1.html

Lines changed: 0 additions & 19 deletions
This file was deleted.

RelNotes-0.9.1.html

Lines changed: 0 additions & 29 deletions
This file was deleted.

RelNotes-0.9.2.html

Lines changed: 0 additions & 26 deletions
This file was deleted.

RelNotes-0.9.3.html

Lines changed: 0 additions & 34 deletions
This file was deleted.

RelNotes-0.9.4.html

Lines changed: 0 additions & 26 deletions
This file was deleted.

RelNotes-1.0.html

Lines changed: 0 additions & 49 deletions
This file was deleted.

RelNotes-1.1.1.html

Lines changed: 0 additions & 32 deletions
This file was deleted.

RelNotes-1.1.html

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)