diffly 0.2.0

Quickly compare your SQL data with clarity and style.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
<% let changeset = self.changeset; %>

<% include!("_header.stpl"); %>

<% for table in &changeset.tables { %>
  <% if !table.is_empty() { %>
    <% include!("_table.stpl"); %>
  <% } %>
<% } %>

<% include!("_perf.stpl"); %>

<% include!("_footer.stpl"); %>