© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Matt Strom
Software Engineer, TypeScript ninja
Depending on which RDBMS you are using, you might explore using schemas. Schemas offer the ability to logically separate database objects while still using the same database instance.
For Postgres, see postgresql.org/docs/8.1/static/ddl-schemas.html