Outerbase SDK
  • Outerbase SDK
  • Get Started
    • Overview
    • Playground
  • Introspection
    • Overview
    • Universal data language
    • Connect a data source
    • Generate models
      • Limit table scope
    • Remote queries
  • Query Builder
    • Overview
    • Select
      • Single table
      • Multiple tables
      • Where clauses
      • Join tables
      • Limit & Offset
      • Order By
    • Insert
    • Update
    • Delete
    • Returning
    • Operators
    • .toString()
    • .asClass()
    • .query()
    • .queryRaw()
  • Data Sources
    • Overview
    • Outerbase
    • Cloudflare D1
    • Neon
Powered by GitBook
On this page

Outerbase SDK

NextOverview

Last updated 11 months ago

You may have already used Outerbase to explore your data and now you're ready to discover what you can build with it. Using this SDK you can expedite your development efforts by utilizing a lot of what the platform provides.

A pre-requisite to many of the missions you will set out to accomplish will require you to have at least one database connected to . Many of the core components of what is offered uses the platforms API to succeed in its task such as database introspection generating Typescript models. You can read more about which should get you ready to continue on your journey.

At our core we aim for this SDK to be a tool for developers to quickly build their projects by offloading the creation of critical tasks such as:

  • Data modeling

  • Database interactions

  • Edge-cached queries

  • Network interactions

In each of the sections of the documentation we will go more granular in each of the features, what they do, how they work at their core, and what it takes for you to implement into your own project.

If you have any questions, you can reach us at

We are open source!

Every space voyage needs a crew. The Outerbase SDK is an open source project that any human being can contribute to. Add your ideas to our , report your bugs as , or open your first to add more functionality for others.

Outerbase
connecting a data source
support@outerbase.com
Discussions
Issues
Pull Request