From a42175011b9cfdacccec19235405cc99a9a82fa0 Mon Sep 17 00:00:00 2001 From: Patrick O Date: Sat, 17 Sep 2016 14:16:56 +1000 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67c9004..fc4cdfc 100644 --- a/README.md +++ b/README.md @@ -178,8 +178,8 @@ fmt.Println(len(users.R.FavoriteMovies)) * Go 1.6 minimum, and Go 1.7 for compatibility tests. * Table names and column names should use `snake_case` format. - * At the moment we require `snake_case` table names and column names. This - is a recommended default in Postgres. We can reassess this for future database drivers. + * We require `snake_case` table names and column names. This is a recommended default in Postgres, + and we agree that it's good form, so we're enforcing this format for all drivers for the time being. * Join tables should use a *composite primary key*. * For join tables to be used transparently for relationships your join table must have a *composite primary key* that encompasses both foreign table foreign keys. For example, on a