diff --git a/doc/how-it-works.rst b/doc/how-it-works.rst index 20455d1..ae4a6ff 100644 --- a/doc/how-it-works.rst +++ b/doc/how-it-works.rst @@ -2,14 +2,14 @@ Newt DB Architecture ==================== -Newt builds on `ZODB `_ and `Postgresql +Newt builds on `ZODB `_ and `PostgreSQL `_. Both of these are mature open-source projects with years of production experience. ZODB is an object-oriented database for Python. It provides transparent object persistence. ZODB has a pluggable storage layer and Newt leverages `RelStorage -`_ to store data in +`_ to store data in Postgres. Newt adds conversion of data from the native serialization used by @@ -29,5 +29,3 @@ Finally, Newt adds additional convenience APIs to more directly support it's intended audience. These are intended to augment but not hide ZODB and RelStorage. Some of these are just aliases. It will be possible to integrate Newt with existing ZODB applications. - -