Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Does SFML support MySQL?  (Read 1867 times)

0 Members and 1 Guest are viewing this topic.

The Terminator

  • Full Member
  • ***
  • Posts: 224
  • Windows and Mac C++ Developer
    • View Profile
Does SFML support MySQL?
« on: August 15, 2012, 01:19:06 am »
I need to use a MySQL database to check username and passwords for my game, does sfml 2 support this?
Current Projects:
Technoport

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10846
    • View Profile
    • development blog
    • Email
Re: Does SFML support MySQL?
« Reply #1 on: August 15, 2012, 01:22:41 am »
Must be quite a challange to read this list... ::)

tl;dr: No. ;)

But C++ doesn't prevent you from using a diffrent library for database handling. :)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

The Terminator

  • Full Member
  • ***
  • Posts: 224
  • Windows and Mac C++ Developer
    • View Profile
Re: Does SFML support MySQL?
« Reply #2 on: August 15, 2012, 01:24:10 am »
D: ok
Current Projects:
Technoport

 

anything