Define SchemaFactory to create new Schema instances

Code which appears both on the client and on the server side will
want some sort of SchemaFactory to build new connections as they
need them.  A SchemaFactory can be created via GWT.create(), or on
the server side by directly making a new Database instance.

Signed-off-by: Shawn O. Pearce <sop@google.com>
2 files changed