MySQL Forums
Forum List  »  Newbie

Re: A few newbie questions
Posted by: William Martinez
Date: September 25, 2024 07:36AM

MySQL is a great fit for what you want to do. It can handle multiple users accessing the database at the same time, and the community version should be enough. But for the front-end where your neighbors can interact with the data, you'd be better off going with a web framework like Flask or Django (Python-based).
You’ll use MySQL as the backend to store the LP collection and handle user interactions through Python. For the forms and user interface, Flask or Django makes it easy to build something that’s user-friendly, and you can host it locally or online for easy access. These frameworks are also great for handling logins and permissions, so each neighbor can have their own read-write access to specific fields.If you’re coding your selection algorithm, Python is perfect for that. Just hook it into your MySQL queries, and you're set.

Options: ReplyQuote


Subject
Written By
Posted
July 31, 2024 05:14PM
August 01, 2024 09:26AM
September 25, 2024 09:40AM
August 02, 2024 01:52AM
September 11, 2024 11:12AM
September 25, 2024 09:42AM
August 02, 2024 04:40AM
September 25, 2024 09:43AM
Re: A few newbie questions
September 25, 2024 07:36AM
September 25, 2024 09:46AM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.