Skip to content

Commit f4ac053

Browse files
committed
Mention datascript-storage-sql
1 parent 987cdcd commit f4ac053

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,13 @@ Projects using DataScript:
8989
Related projects:
9090

9191
- [DataScript-Transit](https://github.com/tonsky/datascript-transit), transit serialization for database and datoms
92+
- [DataScript SQL Storages](https://github.com/tonsky/datascript-storage-sql), durable storage implementations for popular SQL databases
9293
- [Posh](https://github.com/mpdairy/posh), lib that lets you use a single DataScript db to store Reagent app state
9394
- [re-posh](https://github.com/denistakeda/re-posh), use re-frame with DataScript storage
9495
- [DataScript-mori](https://github.com/typeetfunc/datascript-mori), DataScript & Mori wrapper for use from JS
9596
- [DatSync](https://github.com/metasoarous/datsync), Datomic ↔︎ DataScript syncing/replication utilities
9697
- [Intension](https://github.com/alandipert/intension), lib to convert associative structures to in-memory databases for querying them
97-
- [Datamaps](https://github.com/djjolicoeur/datamaps), lib designed to leverage datalog queries to query arbitrary maps.
98+
- [Datamaps](https://github.com/djjolicoeur/datamaps), lib designed to leverage datalog queries to query arbitrary maps.
9899

99100
Demo applications:
100101

docs/storage.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,10 @@ All these options are optional.
213213

214214
Also, remember, it’s never safe to write to file system yourself. Always do it through battle-tested layer like SQLite or RocksDB or something. If you put `file-storage` in production, expect problems :)
215215

216+
## SQL Storage
217+
218+
See https://github.com/tonsky/datascript-storage-sql
219+
216220
## Garbage collection
217221

218222
The IStorage protocol actually has two more methods to implement:

0 commit comments

Comments
 (0)