Skip to content

Commit

Permalink
move docs into readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed May 4, 2013
1 parent bc4fc2a commit 2ef9adc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ Overview
========

Record provides special objects used in some Zope2 internals like ZRDB.

Records are used to provide compact storage for catalog query results.

They don't use instance dictionaries. Rather, they store they data in
a compact array internally. They use a record schema to map names to
positions within the array.
8 changes: 0 additions & 8 deletions src/Record/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
"""Records
Records are used to provide compact storage for database query result rows.
They don't use instance dictionaries. Rather, they store they data in
a compact array internally. They use a record schema to map names to
positions within the array.
"""

_marker = object()

Expand Down

0 comments on commit 2ef9adc

Please sign in to comment.