We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbca13b commit 01dd055Copy full SHA for 01dd055
Database-sqlite/README.md
@@ -14,3 +14,8 @@ Then build and run:
14
stack build --exec TestSqLite1
15
````````
16
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
@@ -1,5 +1,6 @@
1
{pkgs}: {
2
deps = [
3
+ pkgs.sqlite-interactive
4
pkgs.vim
5
pkgs.cabal-install
6
pkgs.stack
0 commit comments