Skip to content

Releases: AppGeo/coati

Added some tests, cleanup constructor

Choose a tag to compare

@knownasilya knownasilya released this 14 Mar 19:17

Making way to a more testable library, and a --dry-run argument that return sql.

Update cli, using commander

Choose a tag to compare

@knownasilya knownasilya released this 27 Feb 22:33

Type gj2pg -h for cli help.

Using knex.js + new operations.

Choose a tag to compare

@knownasilya knownasilya released this 28 Feb 17:07

Using knex.js for this, since writing sql statements by hand isn't the best idea..

Also have -o which stands for operations, and is by default insert. Other possibilities are update and delete, which must make use of -p, for primary key.

-p columnName is set with the column name of the column in your database.

Add -v argument, for version

Pre-release

Choose a tag to compare

@knownasilya knownasilya released this 28 Feb 14:18
0.2.1

Merge branch 'master' of github.com:AppGeo/gj2pg