SQLite/Python with Eel

SQLite/Python with Eel

andras2andras2 Posts: 31Questions: 12Answers: 0

This is a general question. I started my IT adventure about two years ago, gained programming skill in Python, SQL, Javascript, CSS. I would like to create an app, that lists the records based on a database. My question is, if it is possible to use Eel (It is similar to Electron and Python based) with DataTable that is watching the SQLite database realtime and how. If it requires more time to explain I could pay for the help.

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,112Questions: 1Answers: 2,583
    Answer ✓

    I've no experience of Eel, or Electron, I'm afraid, but provided those backends can generate JSON formatted data, then that should work. This example shows how DataTables can read an Ajax JSON feed.

    Colin

Sign In or Register to comment.