This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git commit 36ebbfae32bd35b40a3818902e0eb6832fa3d853 Author: Brendan Le Ny <bleny@codelutin.com> Date: Fri Apr 29 17:36:59 2016 +0200 Fix french in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cec75cd..9e20413 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ To ensure extensibility, ToPIA itself and all the generated code is designed to You should not use ToPIA in the following case: -* Your persistence infrastructure is not a relational SGBD (you want NoSQL) +* Your persistence infrastructure is not an RDBMS (you want NoSQL) * Your model is dynamic: you don’t know exactly what are the data the end-user will store and you don’t want to be coerced to type everything everywhere * You’re happy with Hibernate 4 or plain old JDBC: ToPIA was made when JDO was the primary persistence solution in the Java world and ToPIA 2 was based on Hibernate 3. ToPIA 3 is based on Hibernate 4 and it’s clear that Java entities with annotations here and there works fine * The database already exists and the schema is already defined (by another application), you want your model to adapt to an existing schema, you can’t change the schema. ToPIA is a model-centric framework, not a database-centric one. Maybe you should use a database-centric framework like jOOQ. -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.