js
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>ai.sqlite</groupId> <artifactId>js</artifactId> <version>1.1.11</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>ai.sqlite</groupId> <artifactId>js</artifactId> <version>1.1.11</version> <packaging>aar</packaging> <name>sqlite-js</name> <description>A powerful extension that brings JavaScript capabilities to SQLite. With this extension, you can create custom SQLite functions, aggregates, window functions, and collation sequences using JavaScript code, allowing for flexible and powerful data manipulation directly within your SQLite database.</description> <url>https://github.com/sqliteai/sqlite-js</url> <licenses> <license> <name>Elastic License 2.0</name> <url>https://www.elastic.co/licensing/elastic-license</url> </license> </licenses> <developers> <developer> <id>sqliteai</id> <name>SQLite Cloud, Inc.</name> <email>info@sqlitecloud.io</email> <organization>SQLite Cloud, Inc.</organization> <organizationUrl>https://sqlite.ai</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/sqliteai/sqlite-js.git</connection> <developerConnection>scm:git:ssh://github.com:sqliteai/sqlite-js.git</developerConnection> <url>https://github.com/sqliteai/sqlite-js/tree/main</url> </scm> </project>