Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #53085 > unrolled thread
| Started by | Josiah Carlson <josiah.carlson@gmail.com> |
|---|---|
| First post | 2013-08-27 12:13 -0700 |
| Last post | 2013-08-27 12:13 -0700 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
ANN: rom 0.19 - Redis object mapper for Python Josiah Carlson <josiah.carlson@gmail.com> - 2013-08-27 12:13 -0700
| From | Josiah Carlson <josiah.carlson@gmail.com> |
|---|---|
| Date | 2013-08-27 12:13 -0700 |
| Subject | ANN: rom 0.19 - Redis object mapper for Python |
| Message-ID | <mailman.279.1377630830.19984.python-list@python.org> |
[Multipart message — attachments visible in raw view] — view raw
Hey everyone,
As time progresses, so does my Redis object mapper.
The "rom" package is a Redis object mapper for Python. It sports an
interface similar to Django's ORM, SQLAlchemy + Elixir, or Appengine's
datastore.
The changelog for recent releases can be seen below my signature.
You can find the package at:
https://www.github.com/josiahcarlson/rom
https://pypi.python.org/pypi/rom
And docs can be found at:
http://pythonhosted.org/rom/
Please CC me on any replies if you have any questions or comments.
Thank you,
- Josiah
#----------------------------------- 0.19
------------------------------------
[fixed] Thanks to a bug report by https://github.com/MickeyKim , was
notified
of a bug when using unique indexes, which is now fixed and has a
testcase.
#----------------------------------- 0.18
------------------------------------
[fixed] Thanks to a bug report by https://github.com/MickeyKim , was
notified
and received an interim patch for a bug that could cause deleted
entities
to be resurrected on session.commit() or session.flush() . This has now
been fixed and a testcase has been added.
#----------------------------------- 0.17
------------------------------------
[added] LGPL 3 licensing option.
#----------------------------------- 0.16
------------------------------------
[added] Thanks to a feature request from https://github.com/jrsmith ,
Boolean
column support is now available.
[added] DateTime, Date, and Time column types because I was already adding
Boolean columns.
Back to top | Article view | comp.lang.python
csiph-web