From 8dc43204668f5421857b412faf4bc0dade9e06f4 Mon Sep 17 00:00:00 2001 From: oshai Date: Tue, 19 Dec 2017 21:12:58 +0200 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 2051bf5..eab5157 100644 --- a/FAQ.md +++ b/FAQ.md @@ -38,4 +38,9 @@ More info in this issue: https://github.com/JetBrains/Exposed/issues/118 ### Q: Is it possible to update a field relative to current field value? -A: Yes. See example here: https://github.com/JetBrains/Exposed/issues/82 \ No newline at end of file +A: Yes. See example here: https://github.com/JetBrains/Exposed/issues/82 + +### Q: How can I add another type of Database? + +A: Implement `DatabaseDialect` interface and register it with `Database.registerDialect()`. +If the implementation adds a lot of value consider contributing it as a PR to Exposed. \ No newline at end of file