dbMigration .NET v9.0 released

dbMigration .NET v9.0 is a simple, easy and intuitive multiple database migration and data synchronization tool, With it you can easily migrate schema and data to Firebird and vice versa.
(Full support for Firebird 1.5~4.0+)

    Major New features from version 8.5 to 9.0:

  • 50%+ performance improvement in the Transaction mode.
  • Startup, Disconnection performance improvements
  • Added Mapping column names from the target table
  • Added an option to change the global case of target objects as database default
  • Added support for CryptKey by using Base64 string (FB)
  • Added restart for shutdown firebird databases (FB)
  • Improved Firebird connection manager (FB)
  • Improved Automatic Mapping Types
  • and more

https://fishcodelib.com/DBMigration.htm

Database .NET v25.2 released

Database .NET v25.2 is an innovative, powerful and intuitive multiple database management tool.
(Full support for Firebird 1.5~4.0+)

http://fishcodelib.com/Database.htm

Firebird high-level native client for Node.js / TypeScript updated to v0.0.1-beta.2 with a few changes

Firebird high-level native client for Node.js / TypeScript updated to v0.0.1-beta.2 with a few changes:

Fixed crash after re-creating native client – #11
Moving to monorepo using lerna and yarn workspaces.
Fixed #2 – Throw an error when the client library is not loaded correctly.
Replace mocha and power-assert by jest.
Added appveyor.yml and build status.
Fix warning C4530 in Windows build.
Add node 10 to travis build matrix.

Build Status Build Status

Usql: v0.7.0 released

If you’ve not seen usql before, it’s a universal command-line client for SQL databases , modeled on psql. usql makes it easy to work from the command-line, in a simple and consistent way across any database and on any platform (Windows, macOS, Linux). usql is written in Go, and provides things like syntax highlighting and compatibility with databases other than PostgreSQL

https://github.com/xo/usql

It does have support for Firebird SQL via GO driver
https://github.com/nakagami/firebirdsql

1 42 43 44 45 46 201