Simpler alternatives to SQL-like databases

  • Thread starter Thread starter DaveC426913
  • Start date Start date
Click For Summary
The discussion centers on finding a simpler alternative to SQL-like databases for a web app that uses a small data store of JSON objects. The current setup requires manual updates, and the goal is to allow clients to edit data dynamically without the complexity of a full SQL database. Suggestions include using local storage, CSV files, or lightweight databases like SQLite, which can be easily deployed without extensive server configuration. Concerns about data integrity and simultaneous edits by multiple users are also raised, emphasizing the need for a straightforward solution that balances simplicity and functionality. Ultimately, SQLite is highlighted as a promising option for its ease of use and minimal setup requirements.
  • #51
Are we risking cracking a small nut with a sledgehammer here? With so little data, why not use Google Sheetsl (or equivalent)? It's usable by a novice or several novices. It also makes sense and you can read the data on the sheet without knowing how to drive a particular language.
 

Similar threads

  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 22 ·
Replies
22
Views
2K
Replies
5
Views
2K
  • · Replies 16 ·
Replies
16
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
7
Views
3K
Replies
13
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K