Download List

프로젝트 설명

Sql2xml is a CGI program that lets you request a SQL query and convert it to JSON, CSV, XML or INI through a Web server. Sql2xml supports requests from multiple users and for multiple databases. It is intended for developers who do not have direct access to database servers due to firewalls or other restrictions.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-09-12 19:05
5

매개 변수는 현재 해시 대신 중괄호 사이에 정의됩니다 예를 들어, "를 선택 * param1 = (param1)에서". 실패에 대한 오류 메시지가 개선되었습니다.
A parameter is now defined between curly brackets, instead of a hash; for example, "select * from param1={param1}". Error messages on failure were improved.

2010-02-20 18:52
4

JSON과 출력을 CSV 형식으로 지금은 지원됩니다.
JSON and CSV output formats are now supported.

2009-08-08 17:52
2.0

이제이 "는 ini"디렉토리에 저장해야합니다 서로 다른 파일에 귀하의 SQL 쿼리를 분리할 수있습니다. sql2xml 한번에 모든 디렉터리에 쿼리 파일을 읽습니다.
You can now separate your SQL query into different files, which must be stored in the "ini" directory. sql2xml will read all of the query files in the directory at once.

2008-12-19 03:26
1.1.0

이 릴리스의 새로운 ""매개 변수가 주요했다. 그것은 클라이언트에서 쿼리하기 전에 확인을 구하는 데 사용할 수있는 실행됩니다. 만약 키가 일치하지 않는 경우, 쿼리를 즉시 종료됩니다.
Tags: Major feature enhancements
This release has a new "key" parameter. It can be use to obtain verification from the client before a query is executed. If the key does not match, the query will be ended immediately.

2008-08-08 01:12
1.0.0

Tags: Initial freshmeat announcement

Project Resources