
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
@effect-native/crsql
Advanced tools
CR-SQLite prepared statements and service for Effect SQL.
@effect/sql SqlClient.This package follows the Effect monorepo conventions for build, testing, and documentation.
crsql_as_crr(table_name): Converts an existing table into a CRR, setting up the necessary structures for tracking changes.crsql_as_table(table_name): Downgrades a CRR back to a standard table, removing the change tracking mechanisms.crsql_begin_alter(table_name): Prepares a CRR table for schema modification by temporarily removing its triggers.crsql_commit_alter(table_name): Finalizes schema modifications on a CRR table by recreating triggers and updating internal bookkeeping.crsql_automigrate(schema): Applies schema migrations to the database, automatically creating or altering tables as defined in the provided schema.crsql_site_id(): Returns the unique identifier for the current database instance, essential for distinguishing between changes from different replicas.crsql_db_version(): Retrieves the current version of the database, which increments after each transaction.crsql_next_db_version(): Returns the database version that will be assigned to the next transaction.crsql_rows_impacted(): Returns the number of rows affected by the last database write.crsql_sha(): Returns the Git commit SHA of the crsqlite build, useful for versioning and debugging.crsql_config_set(key, value): Sets a configuration parameter for the crsqlite extension.crsql_config_get(key): Retrieves the current value of a configuration parameter.crsql_fract_as_ordered(table_name, order_column, ...): Enables fractional indexing on a table to maintain a stable order for rows, even with concurrent insertions.crsql_fract_key_between(key1, key2): Generates a new fractional index key between two existing keys, allowing for ordered insertions without re-indexing.crsql_changes: A virtual table that provides a log of all changes made to CRR tables. This is the primary mechanism for syncing changes between databases.FAQs
CR-SQLite prepared statements and service for Effect SQL
We found that @effect-native/crsql demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.