K
K
kukulkan992020-11-06 12:03:34
SQLite
kukulkan99, 2020-11-06 12:03:34

How to embed SQLite into a website?

Hey! The task seems simple, but I don't know how to approach it. I need the finished database to be in the site. Ideally, give the opportunity to choose a period and based on this, data graphs were built. Or just insert tabular data into the site and have this data automatically updated on the site. Tell me what to look for and read to implement this. Thank you!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Korotenko, 2020-11-06
@kukulkan99

Don't use SQLite. There are a lot of reasons for this and the first one is not intended for this !!!
On the server, make a controller that returns json with the results of a query to a normal database, if only reading, then you can use SQLite, but again with caution

S
Sergey Gornostaev, 2020-11-06
@sergey-gornostaev

Read documentation on how to work with SQLite in the language in which you write the site.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question