git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4582 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2001-06-10 06:22:02 +00:00
parent 790cabefcb
commit 146edd60ff

View File

@ -1,11 +1,11 @@
This directory contains code for SQL/Postgres support. The
SQL backend can be used in several modes. The single-user modes
are beta: they work for me, but haven't had the benefit of lots
of testers whacking in it and bug-hunting. The multi-user mode
is nearing completion: it has a variety of problems, but may be
usable.
SQL backend allows multiple users to view/edit the same data
at the same time, as well as allowing a single user to
keep data in an SQL database. This code is 'beta': it seems
to work, but really has not been heavily tested by lots
of users, and may still contain bugs. See also the
'to be done' list at the bottom.
Postgres Install Instructions