Repl.it and SQL
Is Repl.it able to work with SQL and databases?
magnets
Any serious software development is going to need to work with databases. My preference is MySQL. Are databases supported and is MySQL supported specifically?
heyitsmarcus
You can do both Databases and SQL if you're using JavaScript and SQLite. Check out this Repl I made that just puts a couple of things in a table and outputs them back to the screen. https://repl.it/@heyitsmarcus/Testing-SQLite
LeonGrin
@heyitsmarcus Very interesting. Maybe I can use the Python SQLite 3 too. Thank you for the tip.
heyitsmarcus
@LeonGrin You're welcome! I know that the JavaScript implementation takes advantage of the browser's ability to store SQLite structures. Perhaps Python can, as well? We'll have to see!
PYer
Databases, yes. SQL, not yet.
heyitsmarcus
@fullern000 You can work with Databases and SQL if you use SQLite in JavaScript.
Thank you for your responses. I recently wondered about this and wanted to learn more about it. I know that now many IT companies can get in through answering Top 100 SQL Interview Questions. And it's good that the answers can be found on the Internet. Many people on the forums can also share helpful information in this way, helping you understand it much more and easier. After all, the more you know about this area, the easier it will be to understand other programming languages. I hope this tip will help a lot of people here.