Git Product home page Git Product logo

sqlite-demo's People

Contributors

maddes8cht avatar

Watchers

 avatar

sqlite-demo's Issues

GTK interface

Add a simple gtk interface as a seperate program.
This will allow the user to select a file and then the program will read the file and display the data.

Assignees: @maddes8cht
Labels: enhancement
Milestone:

Make Doxygen generation working

Doxygen generation should work:

  • generating full html output
  • full LaTeX output
  • generating PDF output from the LaTeX output
  • generating rtf output (neglectible, but nice)
  • generating graphs and uml using GraphViz, Dot and PlantUML
  • integrating these graphs in the different output formats

Assignees: @maddes8cht
Labels: documentation enhancement
Milestone:

Make the test work

I managed to get the first test example to compile and run, but it does not feel like a test nor does it execute in the supposed tsting environment.
So this needs to be fixed first.

Assignees: @maddes8cht
Labels:
Milestone:

Create and use a result class

ExecuteSelect should use and return a result object.
Result object will have

  • result.result
  • result.header
  • result.rows
  • result.columns
  • result.print() will print the result

Refactor executeSqlStatement and printSqlResult functions

currently, the executeSqlStatement function already prints the results.
printSqlResults is not needed right now.
But i also need a function to execute an SQl statement and get the results back without printing them.
There is a problem when trying to print a result as it is returned by executeSelectStatement, because it does not contain the header information.
My ide is to have the sqlHelper class have a currentResult and a currentHeader.
The executeSqlStatement function will execute the sql statement and set the currentResult and the currentHeader.
The printSqlResult function will print the currentResult and the currentHeader.
I think it is cleaner to have the sqlHelper class have the currentResult and the currentHeader.
I can still always copy the header and the result into a new variable.

Assignees: @maddes8cht
Labels: enhancement
Milestone:

SQLite demo

Create a Demo Project for SQLite to demonstrate how to use SQLite in a c++ aplication

create a simple c++ program to use the SQLite libraries

  • import the libraries in msys2 to make them available
  • document how to do that
  • include all the necessary files
  • create a proper makefile to build the sample project

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.