Skip to content

Commit

Permalink
feat(core): Add support for better-sqlite3 driver to DefaultSearchPlugin
Browse files Browse the repository at this point in the history
Relates to #505
  • Loading branch information
michaelbromley committed Oct 16, 2020
1 parent 5d0c6ae commit 7a71fbe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export class FulltextSearchService {
break;
case 'sqlite':
case 'sqljs':
case 'better-sqlite3':
this.searchStrategy = new SqliteSearchStrategy(this.connection);
break;
case 'postgres':
Expand Down

0 comments on commit 7a71fbe

Please sign in to comment.