Skip to content

Commit

Permalink
Merge pull request #1592 from demergent-labs/sqlite
Browse files Browse the repository at this point in the history
Sqlite
  • Loading branch information
lastmjs authored Jan 31, 2024
2 parents 8c29747 + ca28ea0 commit 2007a19
Show file tree
Hide file tree
Showing 11 changed files with 2,980 additions and 1 deletion.
3 changes: 3 additions & 0 deletions examples/sqlite/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.azle
.dfx
node_modules
12 changes: 12 additions & 0 deletions examples/sqlite/dfx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"canisters": {
"sqlite": {
"type": "custom",
"main": "src/index.ts",
"candid": "src/index.did",
"build": "npx azle sqlite",
"wasm": ".azle/sqlite/sqlite.wasm",
"gzip": true
}
}
}
Loading

0 comments on commit 2007a19

Please sign in to comment.