Skip to content

Commit

Permalink
databases/octosql: New port: OctoSQL is a query tool for databases, f…
Browse files Browse the repository at this point in the history
…ile formats, etc
  • Loading branch information
yurivict committed Oct 16, 2022
1 parent 0db7382 commit 8b63c1d
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions databases/Makefile
Expand Up @@ -229,6 +229,7 @@
SUBDIR += ocaml-dbm
SUBDIR += ocaml-mysql
SUBDIR += ocaml-sqlite3
SUBDIR += octosql
SUBDIR += odbc-cpp-wrapper
SUBDIR += ods2sql
SUBDIR += opendbviewer
Expand Down
19 changes: 19 additions & 0 deletions databases/octosql/Makefile
@@ -0,0 +1,19 @@
PORTNAME= octosql
DISTVERSIONPREFIX= v
DISTVERSION= 0.11.1
CATEGORIES= databases

MAINTAINER= yuri@FreeBSD.org
COMMENT= OctoSQL is a query tool for databases, file formats, etc
WWW= https://github.com/cube2222/octosql

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= go:modules

GO_MODULE= github.com/cube2222/octosql

PLIST_FILES= bin/${PORTNAME}

.include <bsd.port.mk>
5 changes: 5 additions & 0 deletions databases/octosql/distinfo
@@ -0,0 +1,5 @@
TIMESTAMP = 1665905418
SHA256 (go/databases_octosql/octosql-v0.11.1/v0.11.1.mod) = 0b79d55eb7452c0f7cf892ba1b666c6629e2ce5e68dfbb100c5dddf196e185aa
SIZE (go/databases_octosql/octosql-v0.11.1/v0.11.1.mod) = 3239
SHA256 (go/databases_octosql/octosql-v0.11.1/v0.11.1.zip) = bf2ec13d564fa6144c5463eddbb36ed3d72a30fb754268e4fe65e92887ddde65
SIZE (go/databases_octosql/octosql-v0.11.1/v0.11.1.zip) = 2340891
6 changes: 6 additions & 0 deletions databases/octosql/pkg-descr
@@ -0,0 +1,6 @@
OctoSQL is predominantly a CLI tool which lets you query a plethora of
databases and file formats using SQL through a unified interface, even do JOINs
between them.

At the same time it's an easily extensible full-blown dataflow engine, and you
can use it to add a SQL interface to your own applications.

0 comments on commit 8b63c1d

Please sign in to comment.