mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Fix typo error.
Submitted by: "Kurt D. Zeilenga" <Kurt@OpenLDAP.Org>
This commit is contained in:
parent
3e6303fbb3
commit
524a3b3ff1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15547
@ -1 +1 @@
|
|||||||
perl5 modules for accessing MiniSQL (mSQL) databases.
|
perl5 modules for accessing MySQL databases.
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
Msql.pm and DBD::mSQL implement two different approaches to
|
Mysql.pm and DBD::mysql implement two different approaches to
|
||||||
communicate with an mSQL server. DBD::mSQL is built upon the DBI, the
|
communicate with an MySQL server. DBD::mysql is built upon the DBI, the
|
||||||
generic Perl Database Interface. It brings you an identical interface
|
generic Perl Database Interface. It brings you an identical interface
|
||||||
to a broad variety of databases and is in this regard comparable to
|
to a broad variety of databases and is in this regard comparable to
|
||||||
ODBC. The advantage of the DBI approach is portability and
|
ODBC. The advantage of the DBI approach is portability and
|
||||||
interoperability. Msql.pm is the elder species. It was written before
|
interoperability. Msql.pm is the elder species. It was written before
|
||||||
DBI was available but it was inspired by an early draft of the DBI
|
DBI was available but it was inspired by an early draft of the DBI
|
||||||
specification. As it has been circulating longer it is more mature and
|
specification. As it has been circulating longer it is more mature and
|
||||||
pretty stable. It's also more complete than DBD::mSQL.
|
pretty stable. It's also more complete than DBD::mysql.
|
||||||
|
|
||||||
Some day in the future DBD::mSQL will probably be the clearly superior
|
Some day in the future DBD::mysql will probably be the clearly superior
|
||||||
competitor in this package. Today you have to decide on your own about
|
competitor in this package. Today you have to decide on your own about
|
||||||
the trade-offs.
|
the trade-offs.
|
||||||
|
@ -1 +1 @@
|
|||||||
perl5 modules for accessing MiniSQL (mSQL) databases.
|
perl5 modules for accessing MySQL databases.
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
Msql.pm and DBD::mSQL implement two different approaches to
|
Mysql.pm and DBD::mysql implement two different approaches to
|
||||||
communicate with an mSQL server. DBD::mSQL is built upon the DBI, the
|
communicate with an MySQL server. DBD::mysql is built upon the DBI, the
|
||||||
generic Perl Database Interface. It brings you an identical interface
|
generic Perl Database Interface. It brings you an identical interface
|
||||||
to a broad variety of databases and is in this regard comparable to
|
to a broad variety of databases and is in this regard comparable to
|
||||||
ODBC. The advantage of the DBI approach is portability and
|
ODBC. The advantage of the DBI approach is portability and
|
||||||
interoperability. Msql.pm is the elder species. It was written before
|
interoperability. Msql.pm is the elder species. It was written before
|
||||||
DBI was available but it was inspired by an early draft of the DBI
|
DBI was available but it was inspired by an early draft of the DBI
|
||||||
specification. As it has been circulating longer it is more mature and
|
specification. As it has been circulating longer it is more mature and
|
||||||
pretty stable. It's also more complete than DBD::mSQL.
|
pretty stable. It's also more complete than DBD::mysql.
|
||||||
|
|
||||||
Some day in the future DBD::mSQL will probably be the clearly superior
|
Some day in the future DBD::mysql will probably be the clearly superior
|
||||||
competitor in this package. Today you have to decide on your own about
|
competitor in this package. Today you have to decide on your own about
|
||||||
the trade-offs.
|
the trade-offs.
|
||||||
|
Loading…
Reference in New Issue
Block a user