On Wed, Aug 16, 2017 at 1:11 PM, Henry Udoye <hudoye1...@gmail.com> wrote:

> --
> Henry Udoye.
> 4165 Whiteplains Road.
> P. O. Box 1290.
> Bronx. N. Y. 10466
> Phone : 914-316-1854.
> Fax : 206-350-3803
> hudoye1...@gmail.com
>
>
>
>
>
> Can you supply or provide the following:
>
>
>
> 1.       Create custom APIs server with multiple end points and multiple
> clients
>
no

>
> 2.       Build a Custom database
>
create table...  https://sqlite.org/lang_createtable.html

>
> 3.      Integrate APIs
>
> No

>
>
> Build a database –including enabling or integration and configuration of
> APIs
> Search or extract the search engines content, data, information, etc.
> through or via search engines queries.
>
 https://sqlite.org/lang_select.html

Store the results or findings of the search in the database.
>
 https://sqlite.org/lang_insert.html

> Query or extract or retrieve (including query conditions, sub-query,
> criteria, requirements, parameters) the database content or data for:
> Affiliate programs
> Information, news, current affairs or events.
> Reseller programs
>
see select


> Store the results or findings of the search in the database for affiliate
> programs
> information, news, current affairs or events, reseller programs in the
> database.
>
see insert


> Query or extract or retrieve (including query conditions, sub-query,
> criteria, requirements, parameters) the affiliate programs in the database
> content or data for:
> Affiliate products and /or services
> Query or extract or retrieve (including query conditions, sub-query,
> criteria, requirements, parameters) the reseller programs in the database
> content or data for:
> Reseller products and/or services.
>
see select


> Integrate, configure, connect tasks APIs.
> Project APIs
> Business Partners APIs include the affiliate programs. For examples Click
> Bank, Warrior Plus, JVzoo etc.
> Business Partners APIs include the Reseller programs. For examples
> Microsoft, Hostgator, etc.
> Public APIs include the social media, Twitter, WordPress etc.
> Catalog of APIs:
>

This is the job of an application; being described, that you will have to
write yourself and is out of the realm of sqlite; although you can use
sqlite to store information for such things.  (same as any other database)



> _______________________________________________
> sqlite-users mailing list
> sqlite-users@mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to