hello all,
i want to know how and in what language i should write a filter layer before querying mysql.
i want to send to this layer all the query's (update insert and select) and this layer will bring back errors (like if the query have a wrong table name or bad col name)
and after the query was checked it will query the DB and return the result from the db to the user.
i want it super fast and stable.
in what language i should write it? (C? C++? perl?)
the server is linux or freebsd i haven't deiced yet
thank you
i want to know how and in what language i should write a filter layer before querying mysql.
i want to send to this layer all the query's (update insert and select) and this layer will bring back errors (like if the query have a wrong table name or bad col name)
and after the query was checked it will query the DB and return the result from the db to the user.
i want it super fast and stable.
in what language i should write it? (C? C++? perl?)
the server is linux or freebsd i haven't deiced yet
thank you
Comment