Skip to content

Commit

Permalink
Moved Query Generation logic from DB to templates
Browse files Browse the repository at this point in the history
  • Loading branch information
RohitM-IN committed Mar 5, 2024
1 parent 96b5150 commit 2fa9ae6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/QueryGenerator.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
using System.Collections.Generic;
using System.Reflection;
using System.Reflection;
using System.Text;
using DbSyncKit.DB.Helper;
using DbSyncKit.DB.Interface;
using DbSyncKit.Templates.Interface;
using DbSyncKit.Templates.MySql;
using Fluid;

Expand Down

0 comments on commit 2fa9ae6

Please sign in to comment.