Hello, I have a question about Exposed framework. ...
# exposed
v
Hello, I have a question about Exposed framework. Do you have in a plan to support MSSQL db? I can register my own Database dialect for MSSQL, but I have a troubles during creation of tables, because in the Table.kt create statement for table is hard coded and IF NOT EXISTS in the creation of table is not supported by MSSQL. It could be useful if create statement of table can be read from db dialect or is there some possibility which I have not found yet? Thx