• API Docs
    • LoopBack 4
    • LoopBack 3.x
  • View
    • LoopBack Overview
    • LoopBack 4
    • LoopBack 3.x
    • LoopBack 2.x
    • Community projects
    • Contributing to LoopBack
    • Security advisories
  • Resources
    • Docs Github Repo
    • Announcements Mailing List
    • Developer Forum
    • LoopBack on Slack
    • LoopBack on Stack Overflow
    • StrongLoop Blog - LoopBack
  • Translations
    • Español (v2)
    • Español (v4)
    • Français (v2)
    • Français (v4)
    • 한국어 (v2)
    • 한국어 (v3)
    • Português (v2)
    • Português (v4)
    • 日本語 (v2)
    • 日本語 (v3)
    • 日本語 (v4)
    • Pусский (v2)
    • 中文 (v2)
    • 中文 (v4)
LoopBack 3.x
  • インストール
    • Installation troubleshooting
  • 3.0 Release Notes
  • Migrating apps to v3
  • LoopBackの核となる概念
    • ルーティング
    • LoopBack FAQ
    • 用語集
    • StrongLoop Labs
  • LoopBack を始めよう
    • Create a simple API
    • Use API Explorer
    • Connect your API to a data source
    • Extend your API
    • Add a static web page
    • Add a custom Express route
    • Next steps
  • Getting started part II
    • Introducing the Coffee Shop Reviews app
    • Create new data source
    • Create new models
    • Define model relations
    • Define access controls
    • Define a remote hook
    • Create AngularJS client
    • Learn more
  • Tutorials and examples
  • Security advisories
    • 10-24-2017
    • 09-21-2017
    • 03-10-2017
  • アプリケーションの作成
    • 環境別の設定
    • APIのバージョニング
    • 標準的なプロジェクト構成
  • Defining data sources
    • Creating a database schema from models
    • Data sources: advanced topics
      • データベースのトランザクションを使用する
      • Executing native SQL
    • Building a connector
      • Implementing CRUD methods
      • Implementing model discovery
      • Implementing auto-migration
  • Defining models
    • Using the model generator
    • リレーショナルデータベースからモデルを発見する
    • Creating models from unstructured data
    • モデルのカスタマイズ
    • REST経由でモデルを公開する
    • モデルのデータを検証する
    • Creating model relations
      • Tutorial: model relations
      • BelongsTo relations
      • HasOne relations
      • HasMany relations
      • HasManyThrough relations
      • HasAndBelongsToMany relations
      • Polymorphic relations
      • Querying related models
      • Embedded models and relations
      • Nested queries
  • Using built-in models
    • Extending built-in models
    • Adding remote methods to built-in models
    • Model property reference
    • Built-in models REST API
      • PersistedModel REST API
      • Access token REST API
      • ACL REST API
      • Application REST API
      • Relation REST API
      • Role REST API
      • User REST API
  • Attaching models to data sources
  • Managing users
    • Registering users
    • Logging in users
    • Partitioning users with realms
    • User management example
  • 認証・認可・パーミッション
    • Introduction to User model authentication
    • Controlling data access
    • Making authenticated requests
    • Defining and using roles
    • Accessing related models
    • Creating a default admin user
    • Security considerations
    • Tutorial: access control
  • データの操作
    • データの作成・更新・削除
    • データの検索
      • Fields フィルタ
      • Include フィルタ
      • Limit フィルタ
      • Order フィルタ
      • Skip フィルタ
      • Where フィルタ
    • Advanced topics: data
      • Realtime server-sent events
      • AngularJS Live Set
      • AngularJS Live Set example
      • Real-time apps AngularJS using socket.io
  • アプリケーションロジックの追加
    • LoopBackのオブジェクトを扱う
    • モデルにロジックを追加する
      • リモートメソッド
      • リモートフック
      • 操作フック
      • コネクタフック
      • Tutorial: Application logic
    • 起動スクリプトの定義
    • Defining mixins
    • Defining middleware
    • Middleware example
    • Using current context
    • Events
    • Using promises
  • アプリケーションの実行とデバッグ
    • デバッグ文字列の設定
    • Using strong-error-handler
    • Preparing for deployment
    • Running LoopBack apps on Bluemix
  • LoopBack components
    • OAuth 2.0 component
    • Push notification component
      • Push notifications for iOS apps
      • Push notifications for Android apps
    • Storage component
      • Storage component REST API
      • Storage component example
    • Passport login component
      • Configuring providers.json
      • Tutorial: third-party login
    • Synchronization component
      • Tutorial: Offline Synchronization
      • Advanced topics - sync
    • Creating components
  • コマンドラインツール
    • ACL generator
    • API 定義生成ツール
    • Application generator
    • Bluemix configuration generator
    • Boot script generator
    • Data source generator
    • Middleware generator
    • Model generator
    • Oracle installer command
    • Property generator
    • Refresh definitions command
    • Relation generator
    • Remote method generator
    • SOAP generator
    • Swagger 生成ツール
  • Client SDKs
    • iOS SDK
      • Getting started with the iOS SDK
    • Android SDK
      • Getting started with the Android SDK
      • Working with files using the Android SDK
      • Push notifications using Android SDK
      • Working with the LocalInstallation class
    • AngularJS SDK
      • Angular example app
      • AngularJS Grunt plugin
    • Xamarin SDK
      • Xamarin client API
      • Xamarin example app
    • Isomorphic LoopBack
      • Running LoopBack in the browser
      • Using Browserify
      • Isomorphic example
  • Connectors reference
    • Memory connector
    • Database connectors
      • Cassandra connector
      • Cloudant connector
      • DashDB
      • DB2 connector
      • DB2 for iSeries connector
      • DB2 for z/OS
      • Informix connector
      • MongoDB connector
        • MongoDB Connector Tutorial
        • Using MongoLab
      • MySQL connector
        • MySQL Connector Tutorial
      • Oracle connector
        • Installing the Oracle connector
        • Oracle connector tutorial
      • PostgreSQL connector
        • PostgreSQL connector tutorial
      • Redis connector
      • Redis key-value connector
        • KV connector example
      • SQL Server connector
        • SQL Server connector tutorial
      • SQLite3 connector
    • Other connectors
      • Email connector
      • JSON RPC connector
      • MQ Light connector
      • Push connector
      • Remote connector
        • Remote connector example
        • Strong Remoting
      • REST connector
        • REST connector example
      • SOAP connector
        • Strong-soap
        • SOAP connector example
        • Connecting to SOAP web services
      • Storage connector
      • Swagger connector
    • Community connectors
  • Project layout reference
    • client directory
    • common directory
      • Model definition JSON file
      • Model extension file
    • package.json
    • server directory
      • component-config.json
      • config.json
      • datasources.json
      • middleware.json
      • middleware.development.json
      • model-config.json
      • server.js
  • Node reference
    • LoopBack types
    • Geopoint type
    • Valid names in LoopBack
    • Basic model object
    • Connected model object
    • Error object
    • LoopBack middleware
  • Publish-subscribe messaging
    • Strong Pub-sub
    • Pub-sub bridge
    • MQTT adapter
    • Redis pub-sub adapter
    • Primus pub-sub adapter
    • Node pub-sub example app
    • LoopBack pub-sub example app
  • All tags

Advanced topics: data

Edit this page
  • Realtime server-sent events
  • AngularJS LiveSet example

©2025 IBM / StrongLoop. All rights reserved.
Site last generated: Jun 17, 2025

Company logo