Skip to content

Commit

Permalink
update sql sample project link
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmckinney committed Dec 17, 2023
1 parent 36a9d7c commit 56a8349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ other languages such as [**JavaScript**](https://github.com/manifold-systems/man
Remove the code gen step in your build process. [ **** Check it out!](http://manifold.systems/images/graphql.mp4)

[**SQL:**](https://github.com/manifold-systems/manifold/tree/master/manifold-deps-parent/manifold-sql)
Use _native_ SQL of any complexity _directly_ and _type-safely_ from Java.http://manifold.systems/images
Use _native_ SQL of any complexity _directly_ and _type-safely_ from your Java code.
```java
Language english =
"[.sql/]select * from Language where name = 'English'".fetchOne();
Expand Down

0 comments on commit 56a8349

Please sign in to comment.