AdaHeads / call-flow-control

Call-information flow server.
Other
6 stars 8 forks source link

Do we need Sqlite for version 1.0? #89

Closed PedersenThomas closed 10 years ago

PedersenThomas commented 10 years ago

I was wondering whether we actually need to support sqlite for the first version. There is time spend supporting it in the sql schema and in the binding in Ada with patches, and do we think we win that time back later, or is given better when we have a more stable version.

By supporting it we get: The ease of setting up a new server without first configuration a postgre server. Jacob argued for easier testing.

rostgaard commented 10 years ago

I'm with Jacob - but I am not really completely aware of the implications.

ThomasLocke commented 10 years ago

SQLite is crucial for easy testing. I say it is worth keeping it.

PedersenThomas commented 10 years ago

all right. Case closed.