2024.10.23 • Published 9 months ago
sqlmath v2024.10.23
sqlmath - sqlite for data-science
Status
Branch | master(v2024.10.23) | beta(Web Demo) | alpha(Development) |
---|---|---|---|
CI | |||
Coverage | |||
Demo | |||
Artifacts |
Table of Contents
Web Demo
Quickstart Build
To build sqlmath:
#!/bin/sh
# git clone sqlmath repo
git clone https://github.com/sqlmath/sqlmath --branch=beta --single-branch
cd sqlmath
# build nodejs binary ./_binary_sqlmath_napi8_xxx_x64.node
npm run test2
# build webassembly binary ./sqlmath_wasm.wasm
sh jslint_ci.sh shCiBuildWasm
Quickstart Website
To serve your own sqlmath website:
#!/bin/sh
# cd <sqlmath repo>
# serve website at http://localhost:8080/index.html
PORT=8080 sh jslint_ci.sh shHttpFileServer
Documentation
API Doc
Package Listing
Changelog
License
- sqlite is under public domain.
- jslint is under Unlicense License.
- zlib is under zlib License.
- cpplint.py is under 3-Clause BSD License.
- indent.exe is under GPLv3 License.
- Everything else is under MIT License.
Devops Instruction
python pypi publish
python -m build
#
twine upload --repository testpypi dist/sqlmath-2024.10.23*
py -m pip install --index-url https://test.pypi.org/simple/ sqlmath==2024.10.23
#
twine upload dist/sqlmath-2024.10.23*
pip install sqlmath==2024.10.23
sqlite upgrade
(set -e
#
# lgbm
sh jslint_ci.sh shRollupUpgrade "v4.4.0" "v4.5.0" ".ci.sh sqlmath_base.h"
#
# sqlite
sh jslint_ci.sh shRollupUpgrade "3.46.0" "3.46.1" ".ci.sh sqlmath_external_sqlite.c"
sh jslint_ci.sh shRollupUpgrade "3460000" "3460100" ".ci.sh sqlmath_external_sqlite.c"
#
# zlib
# sh jslint_ci.sh shRollupUpgrade "1.3" "1.3.1" ".ci.sh sqlmath_external_zlib.c"
#
# shSqlmathUpdate
read -p "Press Enter to shSqlmathUpdate:"
sh jslint_ci.sh shSqlmathUpdate
)
2024.10.23
9 months ago
2024.8.30
10 months ago
2024.9.30
9 months ago
2024.5.26
1 year ago
2024.7.28
12 months ago
2024.6.25
1 year ago
2024.3.25
1 year ago
2024.1.21
1 year ago
2023.12.20
2 years ago
2023.11.22
2 years ago
2023.10.25
2 years ago
2023.9.25
2 years ago
2023.6.26
2 years ago
2023.9.19
2 years ago
2023.8.20
2 years ago
2023.5.25
2 years ago
2023.7.21
2 years ago
2023.3.21
2 years ago
2023.4.22
2 years ago
2023.2.26
2 years ago
2023.1.29
2 years ago
2022.11.20
3 years ago
2022.10.20
3 years ago
2022.12.31
3 years ago
2022.8.20
3 years ago
2022.9.20
3 years ago
2022.5.20
3 years ago
2022.6.30
3 years ago
2022.4.28
3 years ago
2022.3.5
3 years ago
0.0.2
4 years ago
2021.11.20
4 years ago
0.0.5
4 years ago
0.0.4
4 years ago
0.0.1
4 years ago