From b836db3b1190f9d023526d3a8b75ec78b907d0e6 Mon Sep 17 00:00:00 2001 From: Timothy Cyrus <4201229+tcyrus@users.noreply.github.com> Date: Sun, 14 Jun 2020 17:36:41 -0400 Subject: [PATCH] Update how-it-works.rst Fixed links and capitalization --- doc/how-it-works.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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. - -