2024.3.25 • Published 1 month ago

sqlmath v2024.3.25

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

sqlmath - sqlite for data-science

Status

Branchmaster(v2024.3.25)beta(Web Demo)alpha(Development)
CIcicici
Coveragecoveragecoveragecoverage
Demo
Artifacts

Table of Contents

  1. Web Demo

  2. Quickstart Build

  3. Quickstart Website

  4. Documentation

  5. Package Listing

  6. Changelog

  7. License

  8. Devops Instruction

Web Demo

screenshot

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

screenshot

Package Listing

screenshot_package_listing.svg

Changelog

screenshot_changelog.svg

License

Devops Instruction

python pypi publish

python -m build
#
twine upload --repository testpypi dist/sqlmath-2024.3.25*
py -m pip install --index-url https://test.pypi.org/simple/ sqlmath==2024.3.25
#
twine upload dist/sqlmath-2024.3.25*
pip install sqlmath==2024.3.25

sqlite upgrade

curl -L https://www.sqlite.org/2023/sqlite-autoconf-3420000.tar.gz | tar -xz
git grep "3\.39\.4\|3390400"
for FILE in .ci.sh sqlite_rollup.c
do
    sed -i -e "s|\<3\.39\.4\>|3.42.0|g" "$FILE"
    sed -i -e "s|\<3390400\>|3420000|g" "$FILE"
done
git grep "3\.39\.4\|3390400"
shRollupFetch sqlite_rollup.c
2024.3.25

1 month ago

2024.1.21

4 months ago

2023.12.20

4 months ago

2023.11.22

6 months ago

2023.10.25

7 months ago

2023.9.25

8 months ago

2023.6.26

11 months ago

2023.9.19

8 months ago

2023.8.20

9 months ago

2023.5.25

12 months ago

2023.7.21

10 months ago

2023.3.21

1 year ago

2023.4.22

1 year ago

2023.2.26

1 year ago

2023.1.29

1 year ago

2022.11.20

1 year ago

2022.10.20

2 years ago

2022.12.31

1 year ago

2022.8.20

2 years ago

2022.9.20

2 years ago

2022.5.20

2 years ago

2022.6.30

2 years ago

2022.4.28

2 years ago

2022.3.5

2 years ago

0.0.2

2 years ago

2021.11.20

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.1

3 years ago