Skip to content

Commit

Permalink
Add projects to source data
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Jun 9, 2024
1 parent bb8cf3f commit 3977b3b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 8 deletions.
24 changes: 16 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -528,20 +528,28 @@ <h2>Datalog</h2>
</div>

<div class="category">
<h2>Date and Time</h2>
<h2>date and time</h2>
<ul>

<li data-search="date and time
cljc.java-time
tick
">
<a href="https://github.com/henryw374/cljc.java-time">cljc.java-time</a>
<a href="https://github.com/juxt/tick">tick</a>


</li>
<li data-search="date and time
tick

</ul>
</div>

<div class="category">
<h2>Date and Time</h2>
<ul>

<li data-search="date and time
cljc.java-time
">
<a href="https://github.com/juxt/tick">tick</a>
<a href="https://github.com/henryw374/cljc.java-time">cljc.java-time</a>


</li>
Expand Down Expand Up @@ -1369,9 +1377,9 @@ <h2>SQL Abstraction</h2>


</li>

<li data-search="sql abstraction
hug sql
hugsql
">
<a href="https://github.com/layerware/hugsql">HugSQL</a>

Expand Down
10 changes: 10 additions & 0 deletions projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -486,3 +486,13 @@ playback:
name: Playback
url: https://github.com/gnl/playback
categories: [Tracing, Debugging]

HugSQL:
name: HugSQL
url: https://github.com/layerware/hugsql
categories: [SQL Abstraction]

tick:
name: tick
url: https://github.com/juxt/tick
categories: [date and time]

0 comments on commit 3977b3b

Please sign in to comment.