SQLDump: execute SQL queries and export results to a CSV file

SQLDump: execute SQL queries and export results to a CSV file

Table of Content

SQLDump is a cross-platform command line utility to execute SQL queries and export results to a CSV file.

It currently supports Oracle and MySQL.

Usage

To use you need Java installed

java -jar SQLDump-0.4.jar -url [jdbc:oracle:thin:@hostname:port:sid] -user [username] -pass [password] -sql [query]
Remember to enclose your SQL query with quotes!

Required

  • -url A database url of the form jdbc:subprotocol:subname
  • -user,--username The database user on whose behalf the connection is being made
  • -pass,--password The user's password
  • -sql,--query Any SQL statement

Optional

  • -f,--file File path of the csv report
  • -headers,--include-headers Include column headers in generated file







Open-source Apps

9,500+

Medical Apps

500+

Lists

450+

Dev. Resources

900+

Read more

Bias in Healthcare AI: How Open-Source Collaboration Can Build Fairer Algorithms for Better Patient Care

Bias in Healthcare AI: How Open-Source Collaboration Can Build Fairer Algorithms for Better Patient Care

The integration of artificial intelligence (AI), particularly large language models (LLMs) and machine learning algorithms, into healthcare has transformed the industry dramatically. These technologies enhance various aspects of patient care, from diagnostics and treatment recommendations to continuous patient monitoring. However, the application of AI in healthcare is not without challenges.