How are table rows saved and retrieved?
How are table rows saved and retrieved?
Westy
Posts: 5Questions: 1Answers: 0
in CloudTables
Does CloudTables save all of a table's rows to one file? When a table loads do all of the table's rows load? What stack is CloudTables built on?
Westy
Replies
Hi Westy,
CloudTables uses Postgres as its database back end. Each data set is actually a database table.
Currently yes. I'm working on changing that at the moment (in DataTables terminology we'll be moving to server-side processing).
We use Vue as part of the client-side interface for the configuration service. The client (end user) interface is just jQuery / DataTables / Editor etc with configuration based on the application settings.
Happy to answer any other questions you have about it.
Allan