Skip to content

Commit a9ecd86

Browse files
authored
docs: add "projects using" to README
1 parent 1729222 commit a9ecd86

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ Type-safe and expressive SQL ORM for [Crystal](https://crystal-lang.org).
1515

1616
[![Become Patron](https://vladfaust.com/img/patreon-small.svg)](https://www.patreon.com/vladfaust)
1717

18+
## Projects using Core
19+
20+
* [Crystal Jobs](https://crystaljobs.org)
21+
* [Crystal World](https://github.com/vladfaust/crystalworld)
22+
* *add yours!*
23+
1824
## About
1925

2026
Core is a [crystal-db](https://github.com/crystal-lang/crystal-db) ORM which does not follow Active Record pattern, it's more like a data-mapping solution. There is a concept of Repository, which is basically a gateway to the database. For example:

0 commit comments

Comments
 (0)