MariaDB

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
DWSBase
New User
New User
Posts: 1
Joined: Wed Nov 15, 2017 4:32 pm

MariaDB

Post by DWSBase »

Thank you for PureBasic! We use it for the development of a risc management software of water systems.
Database connectivity is a key element and currently we use the ODBC-element to connect to MariaDB server, which works great, but is quite a hassle for customers/users.
Would it be possible to integrate direct access to MariaDB-Servers just like the Postgres-Functions?
This way no installation and configuration of ODBC-connectors would be neccessary. Users would only need to enter username/password (once) and we could keep our MariaDB server.
MariaDB is (and will stay) OpenSource and the code for the connectors is available at https://mariadb.com/kb/en/library/mariadb-connector-c/

Kind regards
Marc56us
Addict
Addict
Posts: 1477
Joined: Sat Feb 08, 2014 3:26 pm

Re: MariaDB

Post by Marc56us »

+1 for MariaDB integration on PB 5.70 if possible.

:wink:
User avatar
captain_skank
Enthusiast
Enthusiast
Posts: 636
Joined: Fri Oct 06, 2006 3:57 pm
Location: England

Re: MariaDB

Post by captain_skank »

+1 Native mariadb / mysql connectivity would be a godsend.

Would also be good to have mariadb / mysql and postgresql with secure connections (ssl/tls)

Managing ODBC connections is a pain in the a**.
davido
Addict
Addict
Posts: 1890
Joined: Fri Nov 09, 2012 11:04 pm
Location: Uttoxeter, UK

Re: MariaDB

Post by davido »

+1 for MariaDB integration, whenever. :)
DE AA EB
User avatar
spikey
Enthusiast
Enthusiast
Posts: 581
Joined: Wed Sep 22, 2010 1:17 pm
Location: United Kingdom

Re: MariaDB

Post by spikey »

+1 for secure connections.
Paradox
User
User
Posts: 23
Joined: Tue Dec 09, 2014 7:16 pm
Location: Brasil

Re: MariaDB

Post by Paradox »

+1

i'm use this lib for mysql / mariadb connect
http://www.purebasic.fr/english/viewtop ... 12&t=56390
mestnyi
Addict
Addict
Posts: 995
Joined: Mon Nov 25, 2013 6:41 am

Re: MariaDB

Post by mestnyi »

+1
thanos
Enthusiast
Enthusiast
Posts: 422
Joined: Sat Jan 12, 2008 3:25 pm
Location: Greece
Contact:

Re: MariaDB

Post by thanos »

+1
» myPersonal Banker :: Because you do not need to have a master degree in economics in order to organize your finances!
User avatar
Imhotheb
User
User
Posts: 10
Joined: Thu Oct 15, 2015 11:46 am

Re: MariaDB

Post by Imhotheb »

+1
Kuzmat
User
User
Posts: 13
Joined: Mon Jan 27, 2014 9:09 am

Re: MariaDB

Post by Kuzmat »

+1
User avatar
holzhacker
Enthusiast
Enthusiast
Posts: 123
Joined: Mon Mar 08, 2010 9:14 pm
Location: "Mens sana in corpore sano"
Contact:

Re: MariaDB

Post by holzhacker »

+1
Greetings and thanks!

Romerio Medeiros
romerio@gmail.com
GoodNPlenty
Enthusiast
Enthusiast
Posts: 107
Joined: Wed May 13, 2009 8:38 am
Location: Arizona, USA

Re: MariaDB

Post by GoodNPlenty »

+1
User avatar
the.weavster
Addict
Addict
Posts: 1537
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Re: MariaDB

Post by the.weavster »

+1
Post Reply