| string databasePath | a path to an existing or not slite database |
| bool inMemory | default false if you want load full databse in memory |
| string tableName | name to give to table |
| string[] columns | each field fot this table by pair |
| string query | SQL query for create a table |
| string tableName | Name to table where will be dropped |