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 b3b4333 commit 3d96cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QueryGenerator.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using DbSyncKit.DB.Helper;
using DbSyncKit.DB.Interface;
using DbSyncKit.Templates.Interface;
using DbSyncKit.Templates.PostgreSQL;
using Fluid;
using System.Reflection;
Expand Down

0 comments on commit 3d96cd3

Please sign in to comment.