Skip to content

Commit 01dd055

Browse files
committed
support using Replit, Nix, Cabal
1 parent dbca13b commit 01dd055

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Database-sqlite/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ Then build and run:
1414
stack build --exec TestSqLite1
1515
````````
1616

17+
## Run using Replit.com, Nix, Cabal
18+
19+
sqlite3 test.db "create table test (id integer primary key, str text);"
20+
cabal build
21+
cabal

replit.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{pkgs}: {
22
deps = [
3+
pkgs.sqlite-interactive
34
pkgs.vim
45
pkgs.cabal-install
56
pkgs.stack

0 commit comments

Comments
 (0)