Skip to content

solomon2773/AIPantry-REST-Service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 

Repository files navigation

AIPantry.com

We provide easy to use free online SQL like database via REST web service protocol. By useing our REST service, you don't need to have a powerful server to host your database. Instead, you can just focus on your web interface or mobile interface development and let us do all the rest database work for you.

Current support functions =>
-List All of Your Tables
https://dev.aipantry.com/api/list_tables/api_id/api_key/
-Creating New Table
https://dev.aipantry.com/api/create_table/jason_query/api_id/api_key/
-Insert New Data Into Current Table
https://dev.aipantry.com/api/insert/jason_query/api_id/api_key/
-Select Columns inside a Table with a limit of 2000 rows per request
https://dev.aipantry.com/api/select_columns/jason_query/api_id/api_key/
-Count Total Rows of a Table
https://dev.aipantry.com/api/rows_count/table_name/api_id/api_key/
-Delete Rows inside a Table
https://dev.aipantry.com/api/delete_rows/jason_query/api_id/api_key/

========

About

AIPantry.com database via REST web service protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages