Skip to content
#

multitenant

Here are 64 public repositories matching this topic...

🐝 IoT Technical Guide --- 从零搭建高性能物联网平台及物联网解决方案和Thingsboard源码分析 (IoT Platform, SaaS, MQTT, CoAP, HTTP, Modbus, OPC, WebSocket, 物模型,Protobuf, PostgreSQL, MongoDB, Spring Security, OAuth2, RuleEngine, Kafka, Docker)

  • Updated Jul 2, 2020
  • Java
joashTheCoder
joashTheCoder commented May 1, 2020

in the Documentation it says that the connectionString will be specified in the OnConfiguring like so

protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
{
optionsBuilder.UseSqlite(ConnectionString);
base.OnConfiguring(optionsBuilder);
}

and i also followed the dataIsolation sample

this is inside setupDb()

var ti =

felipecalvo
felipecalvo commented Jan 17, 2019

When Show extra code is checked, the guide's extra code is shown first and then the exercise's extra code is appended to it.

A guide's extra code might be used in many exercises but not all of them, and showing all of it when it's not needed adds confusion to the exercise.

This guide could benefit from this feature; I'

toastercup
toastercup commented Nov 17, 2017

Right now, a ContentType and its Fields are tied together by the Field's id. If a superadministrator is manipulating the ContentType via CLI, this is rather inconvenient. Instead, we should refactor the implementation so that Fields are tied to a ContentType via their unique, indexed name_id field. Let's research how we can do this performantly. If we're unable to do so, we should

Improve this page

Add a description, image, and links to the multitenant topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the multitenant topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.