File tree Expand file tree Collapse file tree 3 files changed +880
-860
lines changed
Expand file tree Collapse file tree 3 files changed +880
-860
lines changed Original file line number Diff line number Diff line change @@ -23,4 +23,4 @@ Let's get you up to speed with the new semantics:
2323- ` DEL X ` becomes ` DELETE FROM mymodel WHERE <primary_key> = x `
2424
2525Essentially, you no longer have the key/value semantics but a more SQL-like interface for querying with BlueQL. You can continue
26- to use lists (create, update) but individual element access is currently limited. See [ this page for more information] ( limits ) .
26+ to use lists (create, update) but individual element access is currently limited. See [ this page for more information] ( / limits) .
Original file line number Diff line number Diff line change 1212 "clear" : " docusaurus clear"
1313 },
1414 "dependencies" : {
15- "@docusaurus/core" : " ^3.0 .1" ,
16- "@docusaurus/plugin-client-redirects" : " ^3.0 .1" ,
17- "@docusaurus/preset-classic" : " ^3.0 .1" ,
18- "@docusaurus/theme-search-algolia" : " ^3.0 .1" ,
15+ "@docusaurus/core" : " ^3.1 .1" ,
16+ "@docusaurus/plugin-client-redirects" : " ^3.1 .1" ,
17+ "@docusaurus/preset-classic" : " ^3.1 .1" ,
18+ "@docusaurus/theme-search-algolia" : " ^3.1 .1" ,
1919 "react" : " ^18.2.0" ,
2020 "react-dom" : " ^18.2.0"
2121 },
You can’t perform that action at this time.
0 commit comments