
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
github.com/chirpstack/chirpstack-pg-to-sqlite
This script connects to a ChirpStack PostgreSQL database, reads the data and writes this into s SQLite database. It is intended to migrate the ChirpStack Gateway OS (full) image from PostgreSQL to SQLite.
Usage of ./chirpstack-pg-to-sqlite:
-postgres-dsn string
PostgreSQL DSN (default "postgres://chirpstack:chirpstack@localhost/chirpstack?sslmode=disable")
-sqlite-path string
Path to SQLite directory (default "chirpstack.sqlite")
Important:
chirpstack.empty.sqlite
as a skeleton.In the web-interface, under System > Software, click the Upload package
button and upload the .ipk
package. This will automatically migrate the
PostgreSQL database to SQLite (leaving the PostgreSQL database as-is).
# Build for current architecture
make build
# Build ChirpStack Gateway OS (ARMv7) package
make build-gateway-os
Initial release compatible with ChirpStack v4.9.0 database schema, ChirpStack Gateway OS v4.5.x.
This script is distributed under the MIT license. See also LICENSE
.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.