Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmckinney committed Jan 16, 2024
1 parent 264bbf7 commit 4e96e67
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Manifold consists of a set of modules, one for each feature. Simply add the Mani

># _**What's New...**_
>
>[<img width="40%" height="40%" align="top" src="./docs/images/manifoldsql.png">](https://github.com/manifold-systems/manifold/tree/master/manifold-deps-parent/manifold-sql/readme.md)
>
>### [Type-safe SQL](https://github.com/manifold-systems/manifold/tree/master/manifold-deps-parent/manifold-sql/readme.md)
> Manifold SQL lets you write native SQL _directly_ and _type-safely_ in your Java code.
>- Query types are instantly available as you type native SQL of any complexity in your Java code
Expand Down
Binary file added docs/images/manifoldsql.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ All fully supported in JDK LTS releases 8 - 21 + latest with comprehensive IDE s
Manifold consists of a set of modules, one for each feature. Simply add the Manifold dependencies of your choosing to your existing project and begin taking advantage of them.

># _**What's New...**_
>
> [<img width="300" height="184" align="top" src="http://manifold.systems/images/manifoldsql.png">](https://github.com/manifold-systems/manifold/tree/master/manifold-deps-parent/manifold-sql/readme.md)
>
>### [Type-safe SQL](https://github.com/manifold-systems/manifold/tree/master/manifold-deps-parent/manifold-sql/readme.md)
> Manifold SQL lets you write native SQL _directly_ and _type-safely_ in your Java code.
Expand Down
4 changes: 3 additions & 1 deletion manifold-deps-parent/manifold-sql/readme.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
>&#9888; **_Experimental Feature_**
<img width="70%" height="70%" align="top" src="../../docs/images/manifoldsql.png">

# Manifold SQL

![latest](https://img.shields.io/badge/latest-v2024.1.1-darkgreen.svg)
[![slack](https://img.shields.io/badge/slack-manifold-blue.svg?logo=slack)](https://join.slack.com/t/manifold-group/shared_invite/zt-e0bq8xtu-93ASQa~a8qe0KDhOoD6Bgg)
[![GitHub Repo stars](https://img.shields.io/github/stars/manifold-systems/manifold?logo=github&color=red)](https://github.com/manifold-systems/manifold)


Manifold SQL lets you write native SQL _directly_ and _type-safely_ in your Java code.
Manifold SQL lets you write native SQL _directly_ and _type-safely_ in your Java code.

<img width="85%" height="85%" align="top" src="../../docs/images/img_3.png">

Expand Down

0 comments on commit 4e96e67

Please sign in to comment.