- 授权协议: GPL
- 开发语言: C/C++ Perl
- 操作系统: 跨平台
- 软件首页: http://search.cpan.org/~philips/DBIx-MyParse-0.88/lib/DBIx/MyParse.pm
软件介绍
linux下,提供了对于mysql的sql语法的解析器,示例代码:
use DBIx::MyParse;
my $parser = DBIx::MyParse->new(
database => 'database',
groups => ['my_cnf_group'],
options => ['--skip-networking'],
datadir => '/tmp'
);
my $query = $parser->parse("SELECT field FROM table");
print $query->getCommand();
Programming Python
Mark Lutz / O'Reilly Media / 2006-8-30 / USD 59.99
Already the industry standard for Python users, "Programming Python" from O'Reilly just got even better. This third edition has been updated to reflect current best practices and the abundance of chan......一起来看看 《Programming Python》 这本书的介绍吧!
