diff --git a/README.md b/README.md index 7b514b8..7865a0d 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,8 @@ Construct a QueryBuilder object. The node-datatable constructor takes an object parameter that has the following options. In the simplest case only the first two options will be necessary. +- ```dbType``` - The database engine you work with, e.g. ```postgres```. This will affect the construction queries which include LIMIT. The default value for ```dbType``` is ```mysql```. + - ```sTableName``` - The name of the table in the database where a JOIN is not used. If JOIN is used then set ```sSelectSql```. - ```aoColumnDefs``` - An array of objects each containing ```mData``` and ```bSearchable``` properties. @@ -207,4 +209,4 @@ number of client-server calls (I think). [1](http://datatables.net/usage/server-side) -[2](http://datatables.net/forums/discussion/4214/solved-how-to-handle-large-datasets/p1) \ No newline at end of file +[2](http://datatables.net/forums/discussion/4214/solved-how-to-handle-large-datasets/p1)